diff --git a/src/pages/shop/IncreaseStaffManager.vue b/src/pages/shop/IncreaseStaffManager.vue
index 36a1347..e4dedb2 100644
--- a/src/pages/shop/IncreaseStaffManager.vue
+++ b/src/pages/shop/IncreaseStaffManager.vue
@@ -11,7 +11,7 @@
-
+
@@ -21,7 +21,7 @@
-
+
@@ -232,6 +232,9 @@
changePage (page) {
this.pageNum = page;
this.listOfLogistics();
+ },
+ cancel: function(){
+
},
listOfLogistics() {
let that = this;
@@ -361,7 +364,7 @@
let name = index.staffCode+"-"+index.name+"-导购码";
http.downloadImg({
url:index.epWechatQrCode
- },name,function (data) {
+ },name,function (/*data*/) {
})
},