修改禅道已知bug

This commit is contained in:
范强强
2022-08-25 14:46:01 +08:00
parent 08f1a80d61
commit 9563e6e93a
23 changed files with 82 additions and 15 deletions
@@ -353,7 +353,7 @@
postAction(this.url.list, query).then((res) => {
if (res.success) {
if (res.result.current > 1 && res.result.records.length == 0) {
this.pageNo = res.result.current - 1
this.pageNo = 1
this.getList()
return
}