mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 07:52:53 +08:00
优化问题件搜索等
This commit is contained in:
@@ -206,10 +206,16 @@ export default {
|
||||
this.loadMore()
|
||||
},
|
||||
async searchProblems() {
|
||||
// 每次搜索查询第一页
|
||||
this.currentPage = 1
|
||||
// 开启loading, 复位finished
|
||||
if (this.active === 0) {
|
||||
this.pendingListLoading = true
|
||||
this.pendingListFinished = false
|
||||
this.pendingList.splice(0)
|
||||
} else {
|
||||
this.processedListLoading = true
|
||||
this.processedListFinished = false
|
||||
this.processedList.splice(0)
|
||||
}
|
||||
this.loadMore()
|
||||
|
||||
Reference in New Issue
Block a user