From acdff03246ce648082192dfb069c3a006a7fbee6 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 09 八月 2023 18:46:06 +0800
Subject: [PATCH] 客户管理模块 批量删除、推进、跟进接口联调

---
 src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue b/src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
index e86938c..61fd54a 100644
--- a/src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
+++ b/src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
@@ -497,7 +497,7 @@
 
       <div slot="footer" class="dialog-footer">
         <el-button type="primary" size="small" @click="saveClick('form')">淇濆瓨</el-button>
-        <el-button size="small" @click="editConfig.visible = false">鍙栨秷</el-button>
+        <el-button size="small" @click="handleClose">鍙栨秷</el-button>
       </div>
       <!-- 閫夋嫨瀹㈡埛 -->
       <SelectClientDialog
@@ -615,6 +615,10 @@
     },
     handleClose() {
       this.editConfig.visible = false
+      console.log(this.editConfig.infomation.client_name)
+      if (this.editConfig.title === "鏂板缓" && this.editConfig.infomation.client_name) {
+        this.$parent.handleClose()
+      }
     },
     // 淇濆瓨
     saveClick(formName) {
@@ -633,7 +637,11 @@
                     message: "娣诲姞鎴愬姛",
                     type: "success"
                   })
-                  this.$parent.getData()
+                  if (this.editConfig.title === "鏂板缓" && this.editConfig.infomation.client_name) {
+                    this.$parent.handleClose()
+                  } else {
+                    this.$parent.getData()
+                  }
                 }
               })
               .catch((err) => {

--
Gitblit v1.8.0