From de06022e2d49a782b4dd11fb7de56ee2085fc2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Fri, 19 Apr 2024 22:51:08 +0800 Subject: [PATCH] ui --- src/views/doctorCheck/unitphysicalexamination.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/doctorCheck/unitphysicalexamination.vue b/src/views/doctorCheck/unitphysicalexamination.vue index 91bf03e..a72e125 100644 --- a/src/views/doctorCheck/unitphysicalexamination.vue +++ b/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; } }); }