heimawl
2023-06-13 d9cbb5e4cf6f0423b84b739c52d55f98f3af148a
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
  })
}