From bddb36bcdc87debcd3d3f2928eef48cc5696e096 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期四, 28 十二月 2023 18:05:53 +0800 Subject: [PATCH] su --- src/api/hosp/history.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/hosp/history.js b/src/api/hosp/history.js index 56b4980..41013dd 100644 --- a/src/api/hosp/history.js +++ b/src/api/hosp/history.js @@ -44,9 +44,9 @@ } //鏍规嵁瀹㈡埛id鑾峰彇闂瘖璇︾粏淇℃伅 -export function getInfoById(userId) { +export function getInfoById(tjNumber) { return request({ - url: '/hosp/history/getInfoById?userId=' + userId , + url: '/hosp/history/getInfoById?tjNumber=' + tjNumber , method: 'get', }) } -- Gitblit v1.8.0