From 2a5114d7be44e464c55e7942759229be1a3c28fe Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期一, 19 五月 2025 17:18:34 +0800 Subject: [PATCH] 总检筛选回显 --- 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