mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 13:26:45 +08:00
feat:增加项目/路径图传参判断
This commit is contained in:
@@ -31,8 +31,11 @@
|
||||
name="uploadFile"
|
||||
:multiple="false"
|
||||
@change="handleChange"
|
||||
:data="{
|
||||
targetId: Number(courseId),
|
||||
:data=" courseType==1?{
|
||||
stageId: Number(courseId),
|
||||
type: 3
|
||||
}:{
|
||||
targetId: Number(courseId),
|
||||
type: 3
|
||||
}"
|
||||
:showUploadList="false"
|
||||
|
||||
Reference in New Issue
Block a user