Browse Source

debug fileList_

dev
巴林闲侠 2 years ago
parent
commit
024eb4361d
  1. 4
      web/client/src/components/Upload/index.js

4
web/client/src/components/Upload/index.js

@ -46,7 +46,7 @@ class Uploads extends Component {
}); });
}; };
componentDidMount() { componentDidMount () {
const { value } = this.props; const { value } = this.props;
if (value) { if (value) {
this.setFileList(value); this.setFileList(value);
@ -268,7 +268,7 @@ class Uploads extends Component {
// } // }
// return f // return f
// }) // })
console.log('fileList_:', fileList_);
return ( return (
<div> <div>
<Spin spinning={delPicIng}> <Spin spinning={delPicIng}>

Loading…
Cancel
Save