From 9b627acc1e44a8e30ac6882a892bac8d99e938eb Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期一, 16 十月 2023 20:40:34 +0800
Subject: [PATCH] Merge branch 'dev' into songshankun/adjust-style

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

diff --git a/src/store/modules/getClientName.js b/src/store/modules/getClientName.js
index 504c027..743d9f3 100644
--- a/src/store/modules/getClientName.js
+++ b/src/store/modules/getClientName.js
@@ -125,6 +125,9 @@
         }
       })
     },
+    getLeadFilter({commit},newData){
+      commit("saleLeadlist",newData)
+    },
     geMaster(context) {
       getMasterOrderList().then((res) => {
         if (res.code == 200) {

--
Gitblit v1.8.0