fix: 知识库、报告点击页数,当选选中页码未变更
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
|||||||
this.searchLabel = { ...this.searchLabel, ...params }
|
this.searchLabel = { ...this.searchLabel, ...params }
|
||||||
}
|
}
|
||||||
this.searchLabel = { ...this.searchLabel, ...this.pageObj }
|
this.searchLabel = { ...this.searchLabel, ...this.pageObj }
|
||||||
this.tableData = []
|
//this.tableData = []
|
||||||
this.isNoData = false
|
this.isNoData = false
|
||||||
this.toggleLoading(true)
|
this.toggleLoading(true)
|
||||||
delete this.searchLabel.total
|
delete this.searchLabel.total
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.searchLabel = { ...this.searchLabel, ...this.pageObj }
|
this.searchLabel = { ...this.searchLabel, ...this.pageObj }
|
||||||
this.isNoData = false
|
this.isNoData = false
|
||||||
this.tableData = []
|
//this.tableData = []
|
||||||
this.toggleLoading(true)
|
this.toggleLoading(true)
|
||||||
delete this.searchLabel.total
|
delete this.searchLabel.total
|
||||||
let listUrl = this.url
|
let listUrl = this.url
|
||||||
|
|||||||
@@ -250,7 +250,7 @@ export default {
|
|||||||
// this.builtinRightLoading = true
|
// this.builtinRightLoading = true
|
||||||
// this.loading = true
|
// this.loading = true
|
||||||
this.isNoData = false
|
this.isNoData = false
|
||||||
this.tableData = []
|
//this.tableData = []
|
||||||
this.toggleLoading(true)
|
this.toggleLoading(true)
|
||||||
delete this.searchLabel.total
|
delete this.searchLabel.total
|
||||||
let listUrl = this.url
|
let listUrl = this.url
|
||||||
|
|||||||
Reference in New Issue
Block a user