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)