baigl #224

Merged
baigl merged 3 commits from baigl into main 2024-09-19 15:32:34 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 3ec25f07b4 - Show all commits

View File

@ -141,6 +141,7 @@ const getClassWorkList = () => {
edustage: userStore.edustage,//
edusubject: userStore.edusubject,//
deaddate: tabActive.value === '进行中'? getTomorrow() : EndDate.value,//
status: '1', // 1-
orderby: 'concat(deaddate,uniquekey) DESC',
pageSize: 100
}).then((response) => {