mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
fix:作业导入成绩id
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
@change="handleChange" :showUploadList="false" :data="{
|
@change="handleChange" :showUploadList="false" :data="{
|
||||||
type: type,
|
type: type,
|
||||||
taskId: Number(id),
|
taskId: Number(id),
|
||||||
workId: datesource.info.id,
|
workId: datesource.info?datesource.info.id:id,
|
||||||
targetId: Number(id),
|
targetId: Number(id),
|
||||||
}">
|
}">
|
||||||
<p class="ant-upload-drag-icon">
|
<p class="ant-upload-drag-icon">
|
||||||
|
|||||||
Reference in New Issue
Block a user