diff --git a/src/components/DictSelect/index.vue b/src/components/DictSelect/index.vue index bdcc5c8..4547a26 100644 --- a/src/components/DictSelect/index.vue +++ b/src/components/DictSelect/index.vue @@ -5,7 +5,7 @@ :show-search="true" optionFilterProp="label" :options="data" - :value="value" + :value="innerValue" :placeholder="placeholder" @update:value="updateValue" :style="`width: ${width}px`" @@ -15,13 +15,14 @@