仪表盘
版本库
文件存储
活动
搜索
登录
老应
/
smartor-web
智慧服务web端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
完成标签管理模块搭建
heimawl
2023-06-13
d9cbb5e4cf6f0423b84b739c52d55f98f3af148a
[~yxh/smartor-web.git]
/
src
/
api
/
patient
/
homepage.js
1
2
3
4
5
6
7
8
9
10
11
import request from '@/utils/request'
import { parseStrEmpty } from "@/utils/ruoyi";
// 查询患者列表
export function listpatient(query) {
return request({
url: '/smartor/patarchive/list',
method: 'get',
params: query
})
}