|
|
@@ -24,9 +24,6 @@ const LockForm = props => {
|
|
|
clientId: longle.clientId,
|
|
|
actionPayload: ChangeCompMap.LONGLE.key
|
|
|
}
|
|
|
- const downUpdateFile = {
|
|
|
- updateFile: longle.updateFile
|
|
|
- }
|
|
|
const handleCompanyClick = () => {
|
|
|
toggleDrawer()
|
|
|
setDrawerProps({
|
|
|
@@ -111,7 +108,7 @@ const LockForm = props => {
|
|
|
<Divider style={{ margin: '12px 0' }} />
|
|
|
<Col span={6}>升级文件</Col>
|
|
|
<Col span={18}>
|
|
|
- <DownUpdateFile dataSource={downUpdateFile} />
|
|
|
+ <DownUpdateFile updateFile={longle.updateFile} />
|
|
|
</Col>
|
|
|
</Row>
|
|
|
</div>
|