取消默认阶段以及题干问题

This commit is contained in:
wangjuan
2023-02-18 19:26:07 +08:00
parent a9b1dcd19b
commit 9bec372871
5 changed files with 44 additions and 12 deletions

View File

@@ -74,7 +74,7 @@
<span>创建投票题干</span>
</div>
<div class="btnbox">
<CreateVote v-model:options="formData.voteStemDtoList">
<CreateVote v-model:options="formData.voteStemDtoList" :list="formData.voteStemDtoList">
<button class="xkbtn">
{{ formData.voteStemDtoList.length ? "编辑" : "创建" }}投票题干
</button>