修改禅道已知bug
This commit is contained in:
@@ -189,6 +189,11 @@
|
|||||||
this.loading = true
|
this.loading = true
|
||||||
postAction(this.url.tableList, params).then((res) => {
|
postAction(this.url.tableList, params).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
if (res.result.current > 1 && res.result.records.length == 0){
|
||||||
|
this.pageNo = res.result.current - 1
|
||||||
|
this.getTableList()
|
||||||
|
return
|
||||||
|
}
|
||||||
this.dataSource = res.result.records
|
this.dataSource = res.result.records
|
||||||
this.total = res.result.total
|
this.total = res.result.total
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user