This commit is contained in:
白了个白 2024-09-14 14:18:13 +08:00
parent 578fc9feba
commit a5b6cd3516
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ const getStudentClassWorkData = () => {
edusubject: userStore.edusubject,//
deaddate: tabActive.value === '进行中'? getTomorrow() : EndDate.value,//
status: '1', // 1-
orderby: "concat(deaddate,uniquekey) DESC",
orderby: "uniquekey DESC",// TODO deaddate
pageSize: 1000
}).then((res) => {
for (var t = 0; t < classWorkList.value.length; t++) {