@@ -72,6 +72,7 @@
:placeholder="selectPlaceholder"
:value="formData.selection ? formData.selection : undefined"
@change="handleChange"
+ allowClear
>
<a-select-option
v-for="item in optionLists"
@@ -187,10 +188,6 @@ export default {
optionLists: {
type: Array,
default: () => [
- {
- name: "全部",
- lable: "",
- },
{
name: "A",
lable: "A",