|
|
|
@ -291,7 +291,10 @@ export default {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
uploadHandleRemove(file, fileList) {
|
|
|
|
|
console.log(file, fileList);
|
|
|
|
|
this.formData.filePath="";
|
|
|
|
|
for (var i=0;i<fileList.length;i++){
|
|
|
|
|
this.formData.filePath+=fileList[i].response.data.name+",";
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
uploadHandlePreview(file) {
|
|
|
|
|
console.log(file);
|
|
|
|
|