fix(项目设置): 自定义字段设置默认值后无法清除
--bug=1018831 --user=李玉号 【项目设置】模版管理-接口模版自定义字段设置默认值后无法清除 https://www.tapd.cn/55049933/s/1283205
This commit is contained in:
parent
88a3858c31
commit
916810ce5c
|
@ -4,6 +4,7 @@
|
|||
:disabled="disabled"
|
||||
:multiple="data.type === 'multipleSelect'"
|
||||
@change="handleChange"
|
||||
clearable
|
||||
filterable v-model="data[prop]" :placeholder="$t('commons.default')">
|
||||
<el-option
|
||||
v-for="(item,index) in data.options ? data.options : []"
|
||||
|
|
Loading…
Reference in New Issue