Browse Source

Merge branch 'feature_20250822_新增质感外墙服务商' into uat(dev)

zhujindu 3 months ago
parent
commit
23bcd193ca
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/storeManagement/FSQStoreEdit.vue

+ 1 - 3
src/views/storeManagement/FSQStoreEdit.vue

@@ -218,9 +218,7 @@ export default {
               showCancelButton: false,
             })
             .then(() => {
-              this.$router.replace({
-                path: '/storemanagementlist',
-              });
+              this.onClickLeft();
             });
         }
       });