yangfeng
2023-10-13 d3a5476064256802f9e0c0626bed6b8048e51bc0
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -66,6 +66,7 @@
        return {
          editVisible: false,
          title: "",
          clientId: 0,
          tableInfomation: []
        }
      }
@@ -93,6 +94,9 @@
    }
  },
  created() {
    this.search_map = {
      client_id: this.editConfig.clientId
    }
    this.setTable()
    this.getData()
  },