yxh
2023-06-29 4105c9b7b77c8be32b42f9f0c1e75ecf05a677f5
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
  })
};