udpate:扩展字段下拉清除失效
This commit is contained in:
@@ -54,7 +54,12 @@
|
||||
item.options.find((i: any) => i.value === formData[item.key])
|
||||
)
|
||||
"
|
||||
@clear="clearFun"
|
||||
@clear="
|
||||
() => {
|
||||
formData[item.searchKey || item.key] = '';
|
||||
changeFun(item.key, '');
|
||||
}
|
||||
"
|
||||
></el-select>
|
||||
<el-radio-group
|
||||
v-if="item.inputMode === 'radio'"
|
||||
|
||||
Reference in New Issue
Block a user