From 787d953a27504d7d02ac8a277f3ca7b9874c0bb2 Mon Sep 17 00:00:00 2001
From: LegnaYet <1023868505@qq.com>
Date: Sun, 26 Apr 2020 19:49:08 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=B8=8B=E8=BD=BD=E5=9B=BE?=
=?UTF-8?q?=E7=89=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/shop/IncreaseStaffManager.vue | 2 +-
src/services/store/IncreaseStoreManager.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/shop/IncreaseStaffManager.vue b/src/pages/shop/IncreaseStaffManager.vue
index 4c471d5..1a2a614 100644
--- a/src/pages/shop/IncreaseStaffManager.vue
+++ b/src/pages/shop/IncreaseStaffManager.vue
@@ -73,7 +73,7 @@
diff --git a/src/services/store/IncreaseStoreManager.js b/src/services/store/IncreaseStoreManager.js
index 7737b0f..d45c01c 100644
--- a/src/services/store/IncreaseStoreManager.js
+++ b/src/services/store/IncreaseStoreManager.js
@@ -45,7 +45,7 @@ export function downBigRegionData(params, call) {
* @returns {Promise}
*/
export function downloadStoreCode(params, call) {
- return http.downloadZip('/store/emp/download/store/code','门店码', params).then(call);
+ return http.downloadZip('/store/emp/download/store/code/bsd','门店码', params).then(call);
}
/**
* 下载门店导购码
@@ -54,7 +54,7 @@ export function downloadStoreCode(params, call) {
* @returns {Promise}
*/
export function downloadStoreSellerCode(params, call) {
- return http.downloadZip('/store/emp/download/store/seller/code','门店导购码', params).then(call);
+ return http.downloadZip('/store/emp/download/store/seller/code/bsd','门店导购码', params).then(call);
}