作业分离后 接口传参修改

This commit is contained in:
白了个白 2024-09-13 14:02:05 +08:00
parent d7761883f2
commit 1cc7007852
2 changed files with 5 additions and 0 deletions

View File

@ -213,6 +213,7 @@ const getStudentClassWorkData = () => {
edustage: userStore.edustage,//
edusubject: userStore.edusubject,//
deaddate: tabActive.value === '进行中'? getTomorrow() : EndDate.value,//
status: '1', // 1-
orderby: "uniquekey DESC",
pageSize: 1000
}).then((res) => {
@ -369,6 +370,7 @@ const getStudentVisible = async () => {
edustage: userStore.edustage,//
edusubject: userStore.edusubject,//
deaddate: tabActive.value === '进行中'? getTomorrow() : EndDate.value,//
status: '1', // 1-
orderby: 'uniquekey DESC',
pageSize: 100
})

View File

@ -150,6 +150,7 @@
:min-scale="0.2"
:preview-src-list="stuItem.imagefile"
:initial-index="4"
fit="contain"
/>
</div>
</el-col>
@ -233,6 +234,7 @@
.map((item) => item.url)
"
:initial-index="4"
fit="contain"
/>
</div>
</div>
@ -276,6 +278,7 @@
.map((item) => item.url)
"
:initial-index="4"
fit="contain"
/>
</div>
</div>