baigl #208

Merged
baigl merged 7 commits from baigl into main 2024-09-14 14:22:38 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a5b6cd3516 - Show all commits

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++) {