From b01b18c05b3e0d00576a02c9c83df8c8033e5986 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 11 十月 2023 16:28:06 +0800
Subject: [PATCH] Merge branch 'zhengwenfeng/modify-style' into dev
---
src/views/client/contacts/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/client/contacts/index.vue b/src/views/client/contacts/index.vue
index af6ace0..b00fe4d 100644
--- a/src/views/client/contacts/index.vue
+++ b/src/views/client/contacts/index.vue
@@ -296,13 +296,14 @@
// 璺熻繘
followupClick(row) {
console.log(row)
- this.editFollowupConfig.visible = true
this.editFollowupConfig.title = "鏂板缓"
this.editFollowupConfig.infomation = {
...row,
client_name: row.Client.name,
- number: ""
+ number: "",
+ codeStandID:''
}
+ this.editFollowupConfig.visible = true
}
}
}
--
Gitblit v1.8.0