瀏覽代碼

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) {