浏览代码

提交测试

1
mo 4 年之前
父节点
当前提交
d00c8d78c4
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 0
      src/router/notKeepAliveList.js
  2. 3 4
      src/views/resetTeaming/components/strudentPayInfo.vue

+ 1 - 0
src/router/notKeepAliveList.js

@@ -89,6 +89,7 @@ export default [
   '/arrearage-students',
   '/business/strudentPayInfo',
   '/timedTask/timedTask',
+  '/business/createPayment'
   // '/business/teamAudit',
   // '/business/feeAudit',
 ]

+ 3 - 4
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -616,11 +616,10 @@ export default {
           path: "/business/teamLookBase",
           query: { ...this.$route.query },
         });
-      }
-      if(query.type == "look"){
-         this.$store.dispatch("delVisitedViews", this.$route);
+      }else if(query.type == 'PRE_BUILD_FEE'){
+             this.$store.dispatch("delVisitedViews", this.$route);
         this.$router.push({
-          path: "/business/teamLookBase",
+          path: "/business/createPayment",
           query: { ...this.$route.query },
         });
       }