修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-30 16:59:06 +08:00
parent d3696b6567
commit 687d9ab1e0
3 changed files with 39 additions and 10 deletions
@@ -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
},