Browse Source

体检报告

master
luobinjie 4 months ago
parent
commit
659fb8cb34
  1. 1
      src/components/report/BtnReport.vue

1
src/components/report/BtnReport.vue

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

Loading…
Cancel
Save