소스 검색

Merge branch 'wxl_01_15' into online

lex-xin 4 년 전
부모
커밋
bfe313a913
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      src/views/resetTeaming/components/strudentPayInfo.vue

+ 7 - 1
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -603,12 +603,18 @@ export default {
     // },
     goBack() {
       let query = this.$route.query;
-      if (query.type == "resetTeam" || query.type == 'look') {
+      if (query.type == "resetTeam") {
         this.$store.dispatch("delVisitedViews", this.$route);
         this.$router.push({
           path: "/business/resetTeaming",
           query: { ...this.$route.query },
         });
+      } else if(query.type == 'look') {
+        this.$store.dispatch("delVisitedViews", this.$route);
+        this.$router.push({
+          path: "/business/teamLookBase",
+          query: { ...this.$route.query },
+        });
       }
     },
     handleSelectionChange(val) {