From 1e60adac102dc1665eaab39ae0f81bff7ccb351d Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期日, 18 二月 2024 18:04:49 +0800 Subject: [PATCH] qxtj --- src/api/system/package.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/api/system/package.js b/src/api/system/package.js index 6347210..bdca5ec 100644 --- a/src/api/system/package.js +++ b/src/api/system/package.js @@ -66,7 +66,7 @@ // 鍏ㄩ儴濂楅 export function getAllPackageList() { return request({ - url: '/hosp/project/getlist', + url: '/hosp/project/getDxList', method: 'get', }) } @@ -99,3 +99,12 @@ params: query }) } + + +export function newGetTjPat(query) { + return request({ + url: '/sqlserver/getdata/newGetTjPat', + method: 'get', + params: query + }) +} -- Gitblit v1.8.0