zuozhengqing
2023-11-22 72f6f5abb7d6a90c9edfb69db63907ef3e17ef03
src/views/other/commonDialog/SelectChanceDialog.vue
@@ -54,6 +54,7 @@
        return {
          editVisible: false,
          title: "",
          clientId: 0,
          infomation: {}
        }
      }
@@ -82,6 +83,9 @@
    }
  },
  created() {
    this.search_map = {
      client_id: this.editConfig.clientId
    }
    this.setTable()
    this.getData()
  },