From c56935d7085725e609d926b064c146f3ffc29e6e Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期四, 06 六月 2024 19:33:48 +0800 Subject: [PATCH] 1 --- src/api/index.js | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 42aaa5d..ef4a1dd 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -189,6 +189,17 @@ method: "post" }); }; +// 涓浗鍦板煙鍦拌氨妫�绱汉鐗� +export const getPreCount = (requestData) => { + return req1({ + url: + "/person/retrieval/preCount?keyword=" + + requestData?.keyword + + "&dynasty=" + + requestData?.dynasty, + method: "post" + }); +}; // 鍖诲浜虹墿鐭ヨ瘑搴� // 涓栧尰浼犳壙 @@ -341,3 +352,17 @@ }); }; +export const getInstitutionList = () => { + return req1({ + url: "/medical/institutionList", + method: "post" + }); +}; + + + + + + + + -- Gitblit v1.9.1