Browse Source

已添加

shish 4 năm trước cách đây
mục cha
commit
3cc95bec75
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      ghsApp/src/admin/home/member.vue

+ 1 - 4
ghsApp/src/admin/home/member.vue

@@ -121,10 +121,7 @@ export default {
     },
     syncFromDefaultShop(){
       uni.showLoading({mask:true})
-      copyCumtomer({
-        hdShopAdminId: this.option.hdShopAdminId,
-        ghsShopAdminId: this.option.ghsShopAdminId
-      }).then(res => {
+      copyCumtomer().then(res => {
         this.$msg(res.msg);
       });
     },