|
|
@@ -56,6 +56,7 @@ import AppWrapperEmpty from "@/components/app-wrapper-empty";
|
|
|
import appVipModule from "@/components/module/app-vip";
|
|
|
import AppTag from "@/components/module/app-tag.vue";
|
|
|
import AppSearchModule from "@/components/module/app-search";
|
|
|
+import { copyCumtomer } from '@/api/custom'
|
|
|
import { list } from "@/mixins";
|
|
|
import { getClass, getList } from "@/api/member";
|
|
|
import { mapGetters } from "vuex"
|
|
|
@@ -119,7 +120,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
syncFromDefaultShop(){
|
|
|
-
|
|
|
+ uni.showLoading({mask:true})
|
|
|
+ copyCumtomer({
|
|
|
+ hdShopAdminId: this.option.hdShopAdminId,
|
|
|
+ ghsShopAdminId: this.option.ghsShopAdminId
|
|
|
+ }).then(res => {
|
|
|
+ this.$msg(res.msg);
|
|
|
+ });
|
|
|
},
|
|
|
searchFn(e) {
|
|
|
this.resetList();
|