From c36a033b53860a67286ca6653a871ef980731ad1 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Sat, 15 May 2021 16:49:07 +0800
Subject: [PATCH] 店员门店管理

---
 src/api/index.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 47527c6..2fbebf4 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -139,6 +139,9 @@
     storeStoreList(data) {
         return $http.post('/store/storeList', data);
     },
+    storeStorePersonList(data) {
+        return $http.post('/agency/userList', data);
+    },
     //门店详情
     storeDtl(data) {
         return $http.post('/store/dtl', data);
@@ -151,7 +154,9 @@
     storeAdd(data) {
         return $http.post('/store/add', data);
     },
-
+    agencyAddUser(data){
+        return $http.post('/agency/addUser', data); 
+    },
 
 
 

--
Gitblit v1.8.0