From 5eb40b51f136604ce568c3dde114ca91d1b7ac1d Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期三, 11 十月 2023 19:34:56 +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