From fb9591ea38b263afe9d051168e34aa03028494eb Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Tue, 18 May 2021 10:03:06 +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