mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
修复学员排序bug
This commit is contained in:
@@ -610,7 +610,7 @@ export default {
|
|||||||
orgId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
|
orgId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
|
||||||
bandCode: state.valueBand,
|
bandCode: state.valueBand,
|
||||||
jobName: state.studentJobName,
|
jobName: state.studentJobName,
|
||||||
tableSorts: state.tableSorts
|
tableSorted: state.tableSorts
|
||||||
});
|
});
|
||||||
if (res) {
|
if (res) {
|
||||||
state.tableDataTotal = res.data.total;
|
state.tableDataTotal = res.data.total;
|
||||||
|
|||||||
Reference in New Issue
Block a user