Commit 6f4bb144 by end

修改

parent 502466c6
No preview for this file type
......@@ -54,7 +54,6 @@ class addEdit extends React.Component {
componentDidMount() {
const { seeEdit, type, treeData } = this.props;
console.log(seeEdit.pdfOssUrl, seeEdit.pdfFileName, "2222222222222");
if (seeEdit && seeEdit.pdfOssUrl && seeEdit.pdfFileName) {
const defaultFile = {
uid: `default-${Date.now()}`,
......
......@@ -769,7 +769,6 @@ class Information extends React.Component {
if (type == "look") {
this.setState({ visible: false });
} else if (type == "edit") {
console.log(pdfOssUrl, pdfFileName, "333333333333");
const jsonEdit = {
id: this.props.seeEdit.id,
logoPath: logoPath ? logoPath : this.props.seeEdit.logoPath,
......
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