Commit 42136c29 by zhaochengxiang

资产多模板

parent 8277c723
...@@ -189,6 +189,7 @@ const UpdateDirectoryModal = (props) => { ...@@ -189,6 +189,7 @@ const UpdateDirectoryModal = (props) => {
((action==='add'&&isThemeAdd) || action!=='add') && <Form.Item ((action==='add'&&isThemeAdd) || action!=='add') && <Form.Item
label="资产类型" label="资产类型"
name="resourceType" name="resourceType"
placeholder='请选择资产类型'
rules={[{ required: true, message: '必填项' }]} rules={[{ required: true, message: '必填项' }]}
> >
<Select> <Select>
......
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