Commit da5afbb9 by zhaochengxiang

主数据导入

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