chromesetting
杨树林 5 years ago
parent b360366846
commit f27a36307b

@ -299,21 +299,6 @@ class TPMDataset extends Component {
console.log(info);
//done 成功就会调用这个方法
this.getdatas();
try {
// let datas=this.state.fileListimgs;
// for(var i=0;i<info.fileList.length;i++){
// datas.push(info.fileList[i].originFileObj);
// }
// this.setState({
// fileListimgs:datas,
// })
// console.log("datasdatasdatasdatasdatas");
// console.log(datas);
}catch (e) {
}
// this.props.showNotification(`上传文件成功`);
}
}
}
@ -434,7 +419,8 @@ class TPMDataset extends Component {
container_id:this.props.match.params.shixunId,
container_type: "Shixun",
},
multiple: true,
multiple: false,
//multiple 是否支持多选 查重的时候不能多选 不然弹许多框出来
// https://github.com/ant-design/ant-design/issues/15505
// showUploadList={false},然后外部拿到 fileList 数组自行渲染列表。
// showUploadList: false,

Loading…
Cancel
Save