From 22268a0bd2e1add9f902df549101ada0fa19c4d8 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Sun, 24 Apr 2022 20:33:35 +0800 Subject: [PATCH] [update] bug --- jero-web/src/views/documentManage/tags/tabs/TagItem.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-web/src/views/documentManage/tags/tabs/TagItem.vue b/jero-web/src/views/documentManage/tags/tabs/TagItem.vue index e329c34d9..e1b21eaa8 100644 --- a/jero-web/src/views/documentManage/tags/tabs/TagItem.vue +++ b/jero-web/src/views/documentManage/tags/tabs/TagItem.vue @@ -274,12 +274,14 @@ callbackTab(value){ this.key=value if(value==1){ + this.queryParam.dbFieldTxt='' this.submitKey='1' this.queryParam.pageNo=1 this.loadData(1) // this.tableData=this.taglab // this.tableData=this.taglabSplit }else if(value==2){ + this.queryParam.dbFieldTxt='' this.submitKey='2' this.queryParam.pageNo=1 this.loadData(0)