From 91d30cd45cb0fc4c06492db8a6736d280badb44b Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 06 九月 2023 17:59:28 +0800 Subject: [PATCH] bug修复 --- src/views/client/followupRecords/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/client/followupRecords/index.vue b/src/views/client/followupRecords/index.vue index 9922a00..c5710b0 100644 --- a/src/views/client/followupRecords/index.vue +++ b/src/views/client/followupRecords/index.vue @@ -185,8 +185,8 @@ contact_name: item.contact.name, client_status: item.client_status.name, phone: item.contact.phone, - member_name: item.member.username - // contact_information_name: item.contact_information.name + member_name: item.member.username, + contact_information_name: item.contact_information.name } }) this.tableList.tableInfomation = list || [] -- Gitblit v1.8.0