Browse Source

Merge branch '03/03SAVECHECK' into online

mo 4 years ago
parent
commit
a9f45b92e4

+ 1 - 0
src/router/notKeepAliveList.js

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

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

@@ -609,13 +609,18 @@ export default {
           path: "/business/resetTeaming",
           query: { ...this.$route.query },
         });
-      }
-      if(query.type == "look"){
-         this.$store.dispatch("delVisitedViews", this.$route);
+      } else if(query.type == 'look') {
+        this.$store.dispatch("delVisitedViews", this.$route);
         this.$router.push({
           path: "/business/teamLookBase",
           query: { ...this.$route.query },
         });
+      }else if(query.type == 'PRE_BUILD_FEE'){
+             this.$store.dispatch("delVisitedViews", this.$route);
+        this.$router.push({
+          path: "/business/createPayment",
+          query: { ...this.$route.query },
+        });
       }
     },
     handleSelectionChange(val) {