Commit 8277c723 by zhaochengxiang

资产多模板

parent 464a3dfd
...@@ -68,7 +68,8 @@ const FC = (props) => { ...@@ -68,7 +68,8 @@ const FC = (props) => {
<Spin spinning={loading} > <Spin spinning={loading} >
<div className='mb-3 flex'> <div className='mb-3 flex'>
<Select <Select
value={currentResourceType} value={currentResourceType}
placeholder='请选择资产类型'
onChange={(val) => { onChange={(val) => {
setCurrentResourceType(val); setCurrentResourceType(val);
}} }}
......
...@@ -217,6 +217,7 @@ const ImportAssetDrawer = (props) => { ...@@ -217,6 +217,7 @@ const ImportAssetDrawer = (props) => {
</Form> </Form>
<Select <Select
value={currentResourceType} value={currentResourceType}
placeholder='请选择资产类型'
onChange={(val) => { onChange={(val) => {
setCurrentResourceType(val); setCurrentResourceType(val);
}} }}
......
...@@ -108,6 +108,7 @@ const ImportElement = (props) => { ...@@ -108,6 +108,7 @@ const ImportElement = (props) => {
<div className='mb-3 flex'> <div className='mb-3 flex'>
<Select <Select
value={currentResourceType} value={currentResourceType}
placeholder='请选择资产类型'
onChange={(val) => { onChange={(val) => {
setCurrentResourceType(val); setCurrentResourceType(val);
}} }}
......
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