From 5b58a2c07e2317b2dc8f60c6bfe83dd0774896bc Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 04 七月 2025 17:36:21 +0800
Subject: [PATCH] 1

---
 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