Browse Source

feature_20260513_新建专业五金店

zhujindu 1 week ago
parent
commit
6e69f7502e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/storeManagement/storeAdd.vue

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

@@ -1095,6 +1095,7 @@ export default {
     });
     });
     // 拍照次数重置
     // 拍照次数重置
     store.dispatch('setShotsNum', 0);
     store.dispatch('setShotsNum', 0);
+    this.resetProgress();
   },
   },
   methods: {
   methods: {
     addressFns(val) {
     addressFns(val) {
@@ -2089,6 +2090,10 @@ export default {
                     this.addStoreFun();
                     this.addStoreFun();
                   } else {
                   } else {
                     this.resetProgress();
                     this.resetProgress();
+                    this.$dialog.alert({
+                      title: '系统提示',
+                      message: response.msg,
+                    });
                   }
                   }
                 })
                 })
                 .catch(() => {
                 .catch(() => {