fix : 新增(单选框)默认否,修复需求上报业务描述换行数据显示,选择框为远程搜索解决卡顿问题
This commit is contained in:
@@ -71,7 +71,8 @@ const searchConfig = ref([
|
||||
props: {
|
||||
placeholder: '请输入',
|
||||
cacheKey: 'normal_disable',
|
||||
clearable: true
|
||||
clearable: true,
|
||||
remote: true
|
||||
}
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user