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() {
     // 从知识管理页跳转