Commit e9ae7962 by zhaochengxiang

提示

parent 15a5e3ea
......@@ -86,7 +86,7 @@ const TemplateSelect = ({ value = {}, templates = [], onChange, ...restProps })
return (
<Select
onChange={onChange}
value={value?.name || ''}
value={value?.name || undefined}
placeholder='请选择数据表类型'
allowClear
{...restProps}
......
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