From 66223fb36c73a4060b80f96b1d1596726a230f9c Mon Sep 17 00:00:00 2001 From: heimawl <1785969728@qq.com> Date: 星期一, 07 八月 2023 10:09:57 +0800 Subject: [PATCH] 11 --- src/api/patient/homepage.js | 22 +++++++--------------- 1 files changed, 7 insertions(+), 15 deletions(-) diff --git a/src/api/patient/homepage.js b/src/api/patient/homepage.js index 6f3bf90..dadf02b 100644 --- a/src/api/patient/homepage.js +++ b/src/api/patient/homepage.js @@ -2,25 +2,17 @@ import { parseStrEmpty } from "@/utils/ruoyi";//澶勭悊瀛楃涓�,und,null杞崲涓�''; // 鏌ヨ鎮h�呭垪琛� -export function listpatient(query) { - return request({ - url: '/smartor/patarchive/list', - method: 'get', - params: query - }) -}; +// export function listpatient(query) { +// return request({ +// url: '/smartor/patarchive/list', +// method: 'get', +// params: query +// }) +// }; // 鐢ㄦ埛淇℃伅鏌ヨ鎮h�呭垪琛� export function messagelistpatient(data) { return request({ url: '/smartor/patarchive/patInfoByContion', - method: 'post', - data: data - }) -}; -// 鏍囩鏌ヨ鎮h�呭垪琛� -export function taglistpatient(data) { - return request({ - url: '/smartor/patarchive/patTagByContion', method: 'post', data: data }) -- Gitblit v1.9.3