Commit f84d49ab by zhujian

fix:tianjiaconbsole

parent c2cb1be0
...@@ -74,17 +74,17 @@ class BasicInfo extends React.Component { ...@@ -74,17 +74,17 @@ class BasicInfo extends React.Component {
}; };
handleSelectCover = (file) => { handleSelectCover = (file) => {
console.log(file, 'file122')
if(file){ if (file) {
this.setState({ this.setState({
visible: true, visible: true,
imageFile: file, imageFile: file,
}); });
}else{ } else {
message.warning('请选择文件!') message.warning('请选择文件!')
} }
}; };
//获取resourceId //获取resourceId
getSignature = (blob, fileName) => { getSignature = (blob, fileName) => {
......
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