From 23d80c1b64f23ede237ab8e89ebc2ee2aaf43f26 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 19 七月 2023 19:32:10 +0800 Subject: [PATCH] 销售模块接口联调 --- src/views/client/followupRecords/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/client/followupRecords/index.vue b/src/views/client/followupRecords/index.vue index 264d9e0..6d2d7b0 100644 --- a/src/views/client/followupRecords/index.vue +++ b/src/views/client/followupRecords/index.vue @@ -22,7 +22,6 @@ <script> import AddFollowupRecordsDialog from "@/views/client/followupRecords/AddFollowupRecordsDialog" import { getFollowRecordList } from "@/api/client/followupRecords.js" -import { dateFormat } from "@/common/config/index" export default { name: "FollowupRecords", @@ -105,9 +104,7 @@ client_name: item.client.name, contact_name: item.contact.name, client_status_id: item.client.client_status_id, - phone: item.contact.phone, - follow_time: dateFormat("YYYY-mm-dd HH:MM", item.follow_time), - next_follow_time: dateFormat("YYYY-mm-dd HH:MM", item.next_follow_time) + phone: item.contact.phone } }) this.tableList.tableInfomation = list || [] @@ -153,6 +150,7 @@ this.editConfig.title = "缂栬緫" this.editConfig.infomation = { id: row.id, + client_name: row.client_name, client_id: row.client_id, number: row.number, client_status_id: row.client_status_id, -- Gitblit v1.8.0