考试接口添加参数

This commit is contained in:
zhangsir
2024-08-23 17:45:58 +08:00
parent 34c9864fe5
commit 88ab73354f
3 changed files with 8 additions and 4 deletions

View File

@@ -102,7 +102,7 @@
<homework @submit="homeWorkSubmit" v-if="resType == 60 && studyId != ''" :studyId="studyId" :content="contentData"></homework>
</div>
<div v-if="resType == 61">
<exam @startTest="startTest" v-if="resType == 61 && studyId != '' " :studyId="studyId" :content="contentData"></exam>
<exam :contentTotal="totalContent" @startTest="startTest" v-if="resType == 61 && studyId != '' " :studyId="studyId" :content="contentData"></exam>
</div>
<div v-if="resType == 62" style="padding:5px">
<assess v-if="resType == 62 && studyId != '' && contentData.id" :studyId="studyId" :content="contentData">