src/views/client/contacts/index.vue
@@ -122,7 +122,9 @@ if (!this.isDetail) { this.search_map = {} } else { this.search_map = { ...this.addConfig } this.search_map = { [this.addConfig.id_name]: this.addConfig.client_name } } this.getData(this.search_map) }, @@ -200,6 +202,7 @@ addBtnClick() { this.editConfig.visible = true this.editConfig.title = "新建" console.log(this.addIdConfig) this.editConfig.infomation = { ...this.addConfig } }, // 编辑