yangfeng
2023-10-16 0f43183f986f0ed314647687c73da5a4493d2611
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -68,6 +68,7 @@
          editVisible: false,
          title: "",
          clientId: 0,
          client_name: "",
          tableInfomation: []
        }
      }
@@ -98,6 +99,8 @@
    this.search_map = {
      client_id: this.editConfig.clientId
    }
    this.keyword = this.editConfig.client_name
    this.keywordType = "客户名称"
    this.setTable()
    this.getData()
  },