mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
feat:修改批量标记完成传参
This commit is contained in:
@@ -133,11 +133,15 @@
|
||||
<ASOver
|
||||
v-model:ASOvervisible="ASOvervisible"
|
||||
:ids="selectedRowKeys"
|
||||
:taskId="datasource.routerTaskId"
|
||||
:taskId="
|
||||
datasource && datasource.routerTaskId ? datasource.routerTaskId : null
|
||||
"
|
||||
:type="2"
|
||||
:pid="datasource.routerId"
|
||||
:taskType="datasource.type"
|
||||
:currentStageId="datasource.chapterId"
|
||||
:pid="datasource && datasource.routerId ? datasource.routerId : null"
|
||||
:taskType="datasource && datasource.type ? datasource.type : null"
|
||||
:currentStageId="
|
||||
datasource && datasource.chapterId ? datasource.chapterId : null
|
||||
"
|
||||
/>
|
||||
<!-- 录入成绩抽屉 -->
|
||||
<entry-scores v-model:Evisible="Evisible" />
|
||||
|
||||
Reference in New Issue
Block a user