src/views/client/followupRecords/index.vue
@@ -131,8 +131,14 @@ if (!this.isDetail) { this.search_map = {} } else { let content = "" if (this.addConfig.keywordType === "销售机会") { content = this.addConfig.id } else { content = this.addConfig.common_name } this.search_map = { [this.addConfig.id_name]: this.addConfig.client_name [this.addConfig.id_name]: content } } this.getData(this.search_map)