Zhang Li, BBF-411-2(Neusoft) преди 1 година
родител
ревизия
5f13fa5bcf
променени са 1 файла, в които са добавени 11 реда и са изтрити 11 реда
  1. 11 11
      src/views/modules/knowledge/warehouse/auditManageList.vue

+ 11 - 11
src/views/modules/knowledge/warehouse/auditManageList.vue

@@ -325,18 +325,18 @@ export default {
     }
   },
   activated() {
-    if(localStorage.getItem('auditFirst')=='true'){
-      this.queryParam.categoryId = 9999
-      localStorage.setItem('auditFirst',false)
-    }
-    if(localStorage.getItem('cancle')=='true'){
-      localStorage.setItem('cancle',false)
-    }else{
+    // if(localStorage.getItem('auditFirst')=='true'){
+    //   this.queryParam.categoryId = 9999
+    //   localStorage.setItem('auditFirst',false)
+    // }
+    // if(localStorage.getItem('cancle')=='true'){
+    //   localStorage.setItem('cancle',false)
+    // }else{
       this.reloadTable()
-    }
-    setTimeout(() => {
-      this.queryParam.categoryId = ''
-    },1000)
+    // }
+    // setTimeout(() => {
+    //   this.queryParam.categoryId = ''
+    // },1000)
   },
   created() {
     // 从知识管理页跳转