瀏覽代碼

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

zhujindu 10 月之前
父節點
當前提交
2ee67bf536
共有 1 個文件被更改,包括 6 次插入0 次删除
  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 {