From af0d8cd16a8292959ee47f875b6fda4c71dcf62f Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Mon, 17 May 2021 16:54:02 +0800
Subject: [PATCH] Merge branch '20120518-daili' into dev

---
 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