yangfeng
2023-10-17 8835f2a75d90c10fcf14ee7d8d26c864ebbf4168
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()
  },