更新分析筛选选择搜索框bug

This commit is contained in:
王博冉
2022-10-14 20:24:36 +08:00
parent eace808c2d
commit c6564064d1

View File

@@ -62,6 +62,7 @@
:mode="item.answerType=='select'?'multiple':'combobox'" :mode="item.answerType=='select'?'multiple':'combobox'"
:maxTagCount="maxTagCount" :maxTagCount="maxTagCount"
:maxTagTextLength="8" :maxTagTextLength="8"
optionFilterProp="label"
class="lineSelect custom-select" class="lineSelect custom-select"
v-model:value="item.asVal" v-model:value="item.asVal"
:options="item.answer" :options="item.answer"