浏览代码

fix: 复核隐藏选择小题

zhangjie 1 周之前
父节点
当前提交
478b517c72
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/features/mark/toolbar/MarkTool.vue

+ 4 - 1
src/features/mark/toolbar/MarkTool.vue

@@ -140,7 +140,10 @@
     </div>
     <div>
       <div
-        v-if="markStore.setting.questionModel === 'SINGLE'"
+        v-if="
+          checkValid('questionModel') &&
+          markStore.setting.questionModel === 'SINGLE'
+        "
         class="mark-tool-item"
         @click="toSwitchMarkingQuestion"
       >