feat:增加项目/路径图传参判断

This commit is contained in:
wyx
2023-01-10 16:13:45 +08:00
parent 84d72fa34d
commit f9830f71cc
2 changed files with 6 additions and 3 deletions

View File

@@ -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"