作业批改:接口传参未传状态值bug修改

This commit is contained in:
白了个白 2024-09-19 14:25:33 +08:00
parent 9d7aad1946
commit 3ec25f07b4
1 changed files with 1 additions and 0 deletions

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