mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
feat:增加项目/路径图传参判断
This commit is contained in:
@@ -31,7 +31,10 @@
|
|||||||
name="uploadFile"
|
name="uploadFile"
|
||||||
:multiple="false"
|
:multiple="false"
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
:data="{
|
:data=" courseType==1?{
|
||||||
|
stageId: Number(courseId),
|
||||||
|
type: 3
|
||||||
|
}:{
|
||||||
targetId: Number(courseId),
|
targetId: Number(courseId),
|
||||||
type: 3
|
type: 3
|
||||||
}"
|
}"
|
||||||
|
|||||||
@@ -174,7 +174,7 @@
|
|||||||
<!-- 二维码签到弹窗 -->
|
<!-- 二维码签到弹窗 -->
|
||||||
<SignQR v-model:signQRvisible="signQRvisible" />
|
<SignQR v-model:signQRvisible="signQRvisible" />
|
||||||
<!-- 导入学员抽屉 -->
|
<!-- 导入学员抽屉 -->
|
||||||
<imp-stu v-model:AddImpStuvisible="AddImpStuvisible" />
|
<imp-stu v-model:AddImpStuvisible="AddImpStuvisible" :courseId="datasource.courseId" :courseType="1"/>
|
||||||
<!-- 批量签到弹窗 -->
|
<!-- 批量签到弹窗 -->
|
||||||
<a-modal
|
<a-modal
|
||||||
v-model:visible="copyModal"
|
v-model:visible="copyModal"
|
||||||
|
|||||||
Reference in New Issue
Block a user