|
@@ -524,7 +524,6 @@ export default {
|
|
const formBody = new FormData();
|
|
const formBody = new FormData();
|
|
formBody.append('file', file.raw);
|
|
formBody.append('file', file.raw);
|
|
const data1 = await this.ossService.disposeXmlFile(formBody);
|
|
const data1 = await this.ossService.disposeXmlFile(formBody);
|
|
- console.log(data1);
|
|
|
|
|
|
|
|
if (JSON.stringify(data1) === "{}") {
|
|
if (JSON.stringify(data1) === "{}") {
|
|
this.$message.warning({ message: `数电发票:${file.raw.name}格式错误` });
|
|
this.$message.warning({ message: `数电发票:${file.raw.name}格式错误` });
|