|
@@ -65,7 +65,7 @@
|
|
|
</template>
|
|
|
<template v-if="withSelect">
|
|
|
<a-form-item prop="selection" style="margin-right: 16px">
|
|
|
- <a-select :default-value="optionLists[0].name" @change="handleChange">
|
|
|
+ <a-select :placeholder="selectPlaceholder" @change="handleChange">
|
|
|
<a-select-option
|
|
|
v-for="item in optionLists"
|
|
|
:key="item.name"
|