Forráskód Böngészése

新增同城分销店增加去下单提示

zhujindu 10 hónapja
szülő
commit
2ee67bf536
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      src/views/storeManagement/storeAdd.vue

+ 6 - 0
src/views/storeManagement/storeAdd.vue

@@ -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 {