BUG 29125

This commit is contained in:
aixianling
2022-04-15 11:26:22 +08:00
parent 19a18e34a5
commit 9497074b72

View File

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