|
|
@@ -1839,6 +1839,7 @@ export default {
|
|
|
this.verifyStoreType(this.fromValue.storeCategory) &&
|
|
|
this.verifyStoreType(this.fromValue.storeCategory).type == 'fxd'
|
|
|
) {
|
|
|
+ loading1.clear();
|
|
|
this.$dialog
|
|
|
.confirm({
|
|
|
title: '系统提示',
|
|
|
@@ -1847,6 +1848,11 @@ export default {
|
|
|
cancelButtonText: '修改门店信息',
|
|
|
})
|
|
|
.then(() => {
|
|
|
+ let loading1 = this.$toast.loading({
|
|
|
+ duration: 0,
|
|
|
+ message: '加载中...',
|
|
|
+ forbidClick: true,
|
|
|
+ });
|
|
|
this.addStoreFun();
|
|
|
});
|
|
|
} else {
|