|
@@ -123,20 +123,6 @@ export default {
|
|
|
}
|
|
|
this.num++;
|
|
|
let _this = this;
|
|
|
- // this.$http({
|
|
|
- // url: '/market/cOnlineSyncExcel/addExcelForUpload',
|
|
|
- // method: "post",
|
|
|
- // headers: {
|
|
|
- // "Content-Type": "application/json",
|
|
|
- // },
|
|
|
- // data: {
|
|
|
- // fileName: file.name.split('.')[0],
|
|
|
- // docType: docType,
|
|
|
- // folderId: this.filenowFolder.functionCode ? this.filenowFolder.functionCode : ''
|
|
|
- // },
|
|
|
-
|
|
|
- // }).then((res) => {
|
|
|
- // console.log(res.data.desc);
|
|
|
this.$http({
|
|
|
url: this.fileInfo.url,
|
|
|
method: "post",
|
|
@@ -194,7 +180,6 @@ export default {
|
|
|
}
|
|
|
return false;
|
|
|
});
|
|
|
- // })
|
|
|
|
|
|
},
|
|
|
},
|