mo 4 年之前
父節點
當前提交
9f83226efc
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 1 1
      src/helpers/index.js
  2. 3 2
      src/router/notKeepAliveList.js

+ 1 - 1
src/helpers/index.js

@@ -15,7 +15,7 @@ export class Searchs {
   }
 
   save() {
-    sessionStorage.setItem(this.saveKey, JSON.stringify(this.searchs))
+    sessionStorage.setItem(this.saveKey, JSON.stringify(this.searchs)) 
   }
 
   parse() {

+ 3 - 2
src/router/notKeepAliveList.js

@@ -4,7 +4,7 @@ export default [
   '/orderList/orderAudit',
   '/business/teamCourseList',
   '/business/auditList',
-  '/journal/payAppeal'
+  '/journal/payAppeal',
   // '/operateManager/HumanResources'
   '/vipClassSet/vipParameterManager',
   '/vipClassSet/branchActive',
@@ -12,5 +12,6 @@ export default [
   '/vipClassSet/vipChargeSeting',
   '/vipClassSet/vipActiveList',
   '/vipClassSet/vipNewActive',
-  '/main/main'
+  '/main/main',
+  '/journal/journal'
 ]