Compare commits

...

2 Commits

Author SHA1 Message Date
何美荣
5196bd88ee Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web 2026-05-13 11:33:31 +08:00
何美荣
b60caafe75 附件预览下载 2026-05-13 11:33:27 +08:00

View File

@ -1,5 +1,5 @@
import { message } from "antd/lib/index";
import { Button, Descriptions, Popconfirm, Row, Col, Form, Input, Select, Table } from 'antd';
import { Button, Descriptions, Popconfirm, Row, Col, Form, Input, Select,Modal, Table } from 'antd';
import React from 'react';
import { initFilter, extendRule, extendInclude, extendIgnoreDataRule, setDataFieldValue, guid, initQueryFilter, showFiles, GetFileModel, showUserSign } from "../../../utils/common";
import ReactToPrint from "react-to-print";
@ -292,6 +292,9 @@ class FO043ShowPrint extends React.Component {
}
</div>
{
GetFileModel(Modal, FormPage, this, this.state.fileForm.visible)
}
</div>
}