修复学员排序bug

This commit is contained in:
chensg
2025-06-18 15:35:41 +08:00
parent 812eb37cef
commit 1f116c9006

View File

@@ -610,7 +610,7 @@ export default {
orgId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
bandCode: state.valueBand,
jobName: state.studentJobName,
tableSorts: state.tableSorts
tableSorted: state.tableSorts
});
if (res) {
state.tableDataTotal = res.data.total;