|
|
@@ -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);
|
|
|
});
|
|
|
},
|