yangfeng
2023-10-16 0f43183f986f0ed314647687c73da5a4493d2611
src/views/other/commonDialog/SelectChanceDialog.vue
@@ -54,8 +54,8 @@
        return {
          editVisible: false,
          title: "",
          infomation: {},
          search_map:{}
          clientId: 0,
          infomation: {}
        }
      }
    }
@@ -83,6 +83,9 @@
    }
  },
  created() {
    this.search_map = {
      client_id: this.editConfig.clientId
    }
    this.setTable()
    this.getData()
  },