mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 09:56:44 +08:00
修复学员排序bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user