|
|
|
@ -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; |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
|