罗斌杰 2 years ago
parent
commit
de06022e2d
  1. 4
      src/views/doctorCheck/unitphysicalexamination.vue

4
src/views/doctorCheck/unitphysicalexamination.vue

@ -496,7 +496,6 @@ import {
arrayExistObj,
tcdate,
} from "@/utlis/proFunc";
import mm from "@/utlis/mm";
import CusOrgOCX from "../../components/report/CusOrgOCX.vue";
import { exportToExcel } from "../../utlis/Export2Excel";
import html2canvas from "html2canvas";
@ -631,7 +630,8 @@ export default {
body
).then((res) => {
if (res.code != -1) {
this.reportUrl = mm.apiurl + res.data.reportUrl;
const sysConfig = JSON.parse(window.sessionStorage.getItem('sysConfig'))
this.reportUrl = sysConfig.apiurl+ res.data.reportUrl;
}
});
}

Loading…
Cancel
Save