修改禅道已知bug
This commit is contained in:
@@ -529,6 +529,22 @@
|
||||
this.getParagraphInfoList(2)
|
||||
}
|
||||
},
|
||||
ResetSearch() {
|
||||
this.queryParam = {}
|
||||
this.queryParamOne = {}
|
||||
this.searchQueryOne = {}
|
||||
this.checkboxText = []
|
||||
this.selectedRowKeys = []
|
||||
this.selectModel = ''
|
||||
this.selectModelName = ''
|
||||
this.ParamSeach()
|
||||
this.pageNo = 1
|
||||
if (this.isTrue) {
|
||||
this.getInfoList(1)
|
||||
} else {
|
||||
this.getParagraphInfoList(1)
|
||||
}
|
||||
},
|
||||
changeQuery(val, name) {
|
||||
this.queryParamOne[name + '_name'] = val
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user