-- fix bug

This commit is contained in:
yuping
2023-03-03 17:32:32 +08:00
parent 676eb4c1e9
commit 55b0c887b4
3 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,7 @@
</div>
<div class="mid">
<div class="item" v-for="(value,key) in TASK_TYPE" :key="key">
<component :is="value.component" :ref="el=>courseRef['el'+key]=el" :type="key" :infoType="2" :id="routerInfo.routerInfo?.id"
<component :is="value.component" :ref="el=>courseRef['el'+key]=el" :type="key" :infoType="2" :id="routerInfo.routerInfo?.id" :courseSyncFlag="routerInfo.routerInfo?.courseSyncFlag"
v-model:task-list="routerInfo.chapterList[activeIndex].draftTaskList">
<div class="itcon">
<div class="img">