Commit da5afbb9 by zhaochengxiang

主数据导入

parent bde1900e
......@@ -125,6 +125,7 @@ const ImportDataDrawer = (props) => {
dispatch({
type: 'msd.importLogs',
payload: {
modelId: nodeId,
page: pageNum,
size: pageSize
},
......@@ -217,7 +218,7 @@ const ImportDataDrawer = (props) => {
>
<div className='mt-3'>
<Form layout='inline'>
<Form.Item label='Word上传:'>
<Form.Item label='Excel上传:'>
<Upload style={{ display: 'inline' }} {...uploadProps }>
<Button icon={
<UploadOutlined />}>
......
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