[update] bug
This commit is contained in:
@@ -274,12 +274,14 @@
|
|||||||
callbackTab(value){
|
callbackTab(value){
|
||||||
this.key=value
|
this.key=value
|
||||||
if(value==1){
|
if(value==1){
|
||||||
|
this.queryParam.dbFieldTxt=''
|
||||||
this.submitKey='1'
|
this.submitKey='1'
|
||||||
this.queryParam.pageNo=1
|
this.queryParam.pageNo=1
|
||||||
this.loadData(1)
|
this.loadData(1)
|
||||||
// this.tableData=this.taglab
|
// this.tableData=this.taglab
|
||||||
// this.tableData=this.taglabSplit
|
// this.tableData=this.taglabSplit
|
||||||
}else if(value==2){
|
}else if(value==2){
|
||||||
|
this.queryParam.dbFieldTxt=''
|
||||||
this.submitKey='2'
|
this.submitKey='2'
|
||||||
this.queryParam.pageNo=1
|
this.queryParam.pageNo=1
|
||||||
this.loadData(0)
|
this.loadData(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user