From 6efb6de42127cd36d893ae0c6a0f55dcae457754 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 13 二月 2025 17:37:05 +0800 Subject: [PATCH] qx --- src/api/jmreport/jimu.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/jmreport/jimu.js b/src/api/jmreport/jimu.js index c3e4f94..e65c046 100644 --- a/src/api/jmreport/jimu.js +++ b/src/api/jmreport/jimu.js @@ -1,14 +1,23 @@ import request from '@/utils/request' +import Cookies from "js-cookie" export function indexUrl(query) { return request({ + url: '/report/jmreport/index', + headers: { + hospId:Cookies.get("hospId") + }, method: 'get' }) } // 棰勮 export function view(query) { return request({ + url: '/report/jmreport/view', + headers: { + hospId:Cookies.get("hospId") + }, method: 'get' }) } \ No newline at end of file -- Gitblit v1.8.0