|
@ -57,6 +57,7 @@ class Uploads extends Component { |
|
|
const { dispatch, value: thisEditData, onChange } = this.props; |
|
|
const { dispatch, value: thisEditData, onChange } = this.props; |
|
|
const { value: nextEditData, clearFileList } = np; |
|
|
const { value: nextEditData, clearFileList } = np; |
|
|
console.log(nextEditData,'哈哈哈哈') |
|
|
console.log(nextEditData,'哈哈哈哈') |
|
|
|
|
|
|
|
|
const setFileList = () => { |
|
|
const setFileList = () => { |
|
|
let defaultFileList = []; |
|
|
let defaultFileList = []; |
|
|
defaultFileList = nextEditData.map((u, index) => { |
|
|
defaultFileList = nextEditData.map((u, index) => { |
|
|