测试bug修改

This commit is contained in:
GGJ
2024-10-21 09:09:56 +08:00
parent 7670da7f9f
commit 9ec4a8676c
7 changed files with 33 additions and 35 deletions

View File

@@ -95,6 +95,8 @@ export default class TableStore {
}
this.table.loadCallback && this.table.loadCallback()
this.table.loading = false
}).catch(() => {
this.table.loading = false
})
}