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 | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index c1d9702..ef4a1dd 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -352,3 +352,17 @@ }); }; +export const getInstitutionList = () => { + return req1({ + url: "/medical/institutionList", + method: "post" + }); +}; + + + + + + + + -- Gitblit v1.9.1