修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-08 15:06:44 +08:00
parent 4f64a1d0a3
commit 6ce4d194d5
@@ -189,6 +189,11 @@
this.loading = true
postAction(this.url.tableList, params).then((res) => {
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.total = res.result.total
this.loading = false