Commit f082050a authored by 涂伟's avatar 涂伟

feat: '设备库配置筛选配置新增清除功能'

parent df7fbaa4
...@@ -662,6 +662,7 @@ const OptionEditModal = props => { ...@@ -662,6 +662,7 @@ const OptionEditModal = props => {
onFocus={()=>getDefaultValueOption(index)} onFocus={()=>getDefaultValueOption(index)}
onChange={(value)=>changedDefaultValue(value,index)} onChange={(value)=>changedDefaultValue(value,index)}
options={defaultValueOption} options={defaultValueOption}
allowClear={true}
/> />
</div> </div>
<MinusCircleOutlined <MinusCircleOutlined
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment