zuozhengqing
2024-03-26 2260b47026088827f177bec0931ded0fd73d97ba
src/views/other/commonDialog/SelectChanceDialog.vue
@@ -54,6 +54,7 @@
        return {
          editVisible: false,
          title: "",
          clientId: 0,
          infomation: {}
        }
      }
@@ -82,6 +83,12 @@
    }
  },
  created() {
    if(this.editConfig.clientId){
      this.search_map = {
        client_id: this.editConfig.clientId
      }
    }
    this.setTable()
    this.getData()
  },