mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 16:42:53 +08:00
模糊查询
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user