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