Browse Source

feature_20260513_新建专业五金店

zhujindu 1 week ago
parent
commit
03aa0aa543
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/storeManagement/storeAdd.vue

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

@@ -2087,6 +2087,8 @@ export default {
                   if (response.code == 200) {
                     this.fromValue.tempStoreCode = response.data;
                     this.addStoreFun();
+                  } else {
+                    this.resetProgress();
                   }
                 })
                 .catch(() => {