소스 검색

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

zhujindu 4 달 전
부모
커밋
23bcd193ca
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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();
             });
         }
       });