WXL (wul)
7 天以前 1a4e0b620e5407951357600e3b5190519f14a62a
src/api/knowledge/questionbank.js
@@ -1,11 +1,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
  })
};
};