|
@@ -68,6 +68,7 @@
|
|
<template v-if="withSelect">
|
|
<template v-if="withSelect">
|
|
<a-form-item prop="selection" style="margin-right: 16px">
|
|
<a-form-item prop="selection" style="margin-right: 16px">
|
|
<a-select
|
|
<a-select
|
|
|
|
+ mode="combobox"
|
|
:placeholder="selectPlaceholder"
|
|
:placeholder="selectPlaceholder"
|
|
:value="formData.selection ? formData.selection : undefined"
|
|
:value="formData.selection ? formData.selection : undefined"
|
|
@change="handleChange"
|
|
@change="handleChange"
|