| | |
| | | import { parseStrEmpty } from "@/utils/ruoyi";//处理字符串,und,null转换为''; |
| | | |
| | | // 查询患者列表 |
| | | 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 |
| | | // }) |
| | | // }; |
| | | // 用户信息查询患者列表 |
| | | export function messagelistpatient(data) { |
| | | return request({ |
| | | url: '/smartor/patarchive/patInfoByContion', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | }; |
| | | // 标签查询患者列表 |
| | | export function taglistpatient(data) { |
| | | return request({ |
| | | url: '/smartor/patarchive/patTagByContion', |
| | | method: 'post', |
| | | data: data |
| | | }) |