mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 13:26:45 +08:00
--fix 面授课 与任务分开
This commit is contained in:
@@ -31,35 +31,12 @@
|
||||
name="uploadFile"
|
||||
:multiple="false"
|
||||
@change="handleChange"
|
||||
:data="
|
||||
courseType == 1
|
||||
? {
|
||||
:data="{
|
||||
targetId: Number(courseId),
|
||||
type: 3,
|
||||
type: courseType,
|
||||
userId: userInfo.id,
|
||||
userName: userInfo.realName,
|
||||
}
|
||||
: courseType == 3
|
||||
? {
|
||||
targetId: Number(courseId),
|
||||
type: 1,
|
||||
userId: userInfo.id,
|
||||
userName: userInfo.realName,
|
||||
}
|
||||
: courseType == 4
|
||||
? {
|
||||
targetId: Number(courseId),
|
||||
type: 2,
|
||||
userId: userInfo.id,
|
||||
userName: userInfo.realName,
|
||||
}
|
||||
: {
|
||||
targetId: Number(courseId),
|
||||
type: 3,
|
||||
userId: userInfo.id,
|
||||
userName: userInfo.realName,
|
||||
}
|
||||
"
|
||||
} "
|
||||
:showUploadList="false"
|
||||
>
|
||||
<p class="ant-upload-drag-icon">
|
||||
|
||||
Reference in New Issue
Block a user