WXL
7 天以前 bc241c45a62a92045c18ef18f9355c8f4ea71c56
1
2
3
4
5
6
7
8
9
10
11
import request from '@/utils/request'
import { parseStrEmpty } from "@/utils/ruoyi";//处理字符串,und,null转换为'';
 
//
export function listpatient(query) {
  return request({
    url: '/smartor/patarchive/list',
    method: 'get',
    params: query
  })
};