模糊查询

This commit is contained in:
mengxiaolong
2020-08-09 12:40:04 +08:00
parent e90dc72a15
commit 9ce803600a
2 changed files with 49 additions and 36 deletions

View File

@@ -154,9 +154,9 @@ export default {
type: this.active,
pageInfo: {
pageNum: this.currentPage,
pageSize: this.pageSize,
keyword: this.searchValue ? this.searchValue : ''
}
pageSize: this.pageSize
},
keyword: this.searchValue ? this.searchValue : ''
})
if (rs && rs.result === '0') {
this.currentPage++
@@ -197,6 +197,7 @@ export default {
this.processedList.splice(0)
this.pendingListFinished = false
this.processedListFinished = false
this.searchValue = ''
if (this.active === 0) {
this.pendingListLoading = true
} else {