From 1b872f5fc748553c7a3d9e8758f2b498aae99e2a Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 07 七月 2025 10:10:21 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/api/doctor/pacsCheck.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/doctor/pacsCheck.js b/src/api/doctor/pacsCheck.js index e7dd57e..eecfcdf 100644 --- a/src/api/doctor/pacsCheck.js +++ b/src/api/doctor/pacsCheck.js @@ -24,7 +24,7 @@ // 鍚屾鎺ュ彛 export function asyncPacs(data) { return request({ - url: '/api/His/asyncPacs', + url: '/api/His/newasyncPacs', method: 'post', data:data }) @@ -50,3 +50,4 @@ }) } + -- Gitblit v1.8.0