From e7a7f4f1215e5fc437e417076c68cd191ea859bb Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期一, 16 十月 2023 14:03:11 +0800
Subject: [PATCH] 编辑合同管理销售报价单问题修复

---
 src/store/modules/getClientName.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/getClientName.js b/src/store/modules/getClientName.js
index 5ae3def..194f2b0 100644
--- a/src/store/modules/getClientName.js
+++ b/src/store/modules/getClientName.js
@@ -96,6 +96,9 @@
         }
       })
     },
+    getChanceFilter({commit},newData){
+      commit("saleChancelist",newData)
+    },
     geLead(context) {
       getSalesLeadsList().then((res) => {
         if (res.code == 200) {
@@ -141,6 +144,9 @@
         }
       })
     },
+    getSalesDetailsFliter({commit},newData){
+      commit("salesDetailsList", newData)
+    },
     geQuotation(context) {
       getQuotationList().then((res) => {
         if (res.code == 200) {
@@ -178,6 +184,9 @@
           Message.error(res.msg)
         }
       })
+    },
+    getReturnListFliter({commit},newData){
+      commit("salesReturnList",newData)
     }
   }
 }

--
Gitblit v1.8.0