Commit 6f4bb144 by end

修改

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