perf: 分组选择支持清空选项

This commit is contained in:
xiaojunnuo
2025-06-05 13:49:27 +08:00
parent d7dda336ec
commit 03e2e99498
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="pi-group-selector flex full-w">
<div class="flex-1">
<fs-dict-select :value="modelValue" :dict="groupDictRef" @update:value="doUpdate"></fs-dict-select>
<fs-dict-select :value="modelValue" :dict="groupDictRef" :allow-clear="true" @update:value="doUpdate"></fs-dict-select>
</div>
<fs-table-select