|
@@ -490,11 +490,10 @@ export default {
|
|
|
},
|
|
|
//修改上传成功
|
|
|
onSuccessTwo(response) {
|
|
|
- console.log(response)
|
|
|
- // this.form.fileName = response.data.originalName;
|
|
|
- // this.form.url = response.data.link;
|
|
|
- // this.data[this.form.$index] = this.form;
|
|
|
- // this.excelTwo = false;
|
|
|
+ this.form.fileName = response.data.originalName;
|
|
|
+ this.form.url = response.data.link;
|
|
|
+ this.data[this.form.$index] = this.form;
|
|
|
+ this.excelTwo = false;
|
|
|
},
|
|
|
//单行上传
|
|
|
singleLineUpload(row) {
|