|
|
@ -469,6 +469,7 @@ export default { |
|
|
console.log('toOutShell', jsonToOutShell) |
|
|
console.log('toOutShell', jsonToOutShell) |
|
|
let res = await this.$peisAPI.upLoadReportPdf(jsonToOutShell) |
|
|
let res = await this.$peisAPI.upLoadReportPdf(jsonToOutShell) |
|
|
if (JSON.parse(res).code < 0) { |
|
|
if (JSON.parse(res).code < 0) { |
|
|
|
|
|
this.$message.error({ showClose: true, message: res.message }); |
|
|
console.log('$peisAPI.upLoadReportPdf err', res) |
|
|
console.log('$peisAPI.upLoadReportPdf err', res) |
|
|
} else { |
|
|
} else { |
|
|
// 上传成功 ,更新上传传状态 |
|
|
// 上传成功 ,更新上传传状态 |
|
|
|