yangfeng
2023-10-17 053acf1702944d57eeccd9f5238c09bac59dabfa
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -68,7 +68,8 @@
          editVisible: false,
          title: "",
          clientId: 0,
          tableInfomation: [],
          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()
  },