From 82d43b47413a4fd5eb7a5c83aa4692b2c6a8bc41 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期四, 12 十月 2023 10:03:46 +0800 Subject: [PATCH] feat: 销售机会/报价单/销售总单/销售子单 弹窗编辑时回显编码 --- 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