From 1249ca8ff44f8de7992fdb5866eae19613d606c3 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 16 八月 2023 19:37:49 +0800 Subject: [PATCH] 详情页联调 --- src/views/client/followupRecords/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/views/client/followupRecords/index.vue b/src/views/client/followupRecords/index.vue index 17d4a0e..7227a7e 100644 --- a/src/views/client/followupRecords/index.vue +++ b/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) -- Gitblit v1.8.0