BUG 30974

This commit is contained in:
aixianling
2022-08-23 16:57:42 +08:00
parent afa698cf72
commit b42d755e9b

View File

@@ -95,6 +95,7 @@ export default {
}).then(res => {
if (res?.data) {
this.tableData = res.data.records
this.page.total = res.data.total
}
})
}