Ver Fonte

提交测试

1
mo há 4 anos atrás
pai
commit
d00c8d78c4

+ 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 },
         });
       }