This commit is contained in:
BOE\10867418
2023-08-17 16:28:41 +08:00
parent 311a4f8d72
commit c5f935b449

View File

@@ -348,7 +348,7 @@ export default {
name: state.name,
});
if (res) {
state.tableDataTotal = res.data.total;
state.tableDataTotal = res.data.result.total;
const list = res.data.result.rows?.map((item) => {
return {
key: item.id,