From 438088cf1f19324b6c21430f2a64a24b92664b30 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 20 Jul 2021 17:56:05 +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