仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lims-ruoyi-before
lims项目框架修改优化--前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
检验任务搬迁30%
spring
2025-02-20
037a7112a2bc9e38bb2f398ff5ca740ac01a8fb2
[lims-ruoyi-before.git]
/
src
/
api
/
structural
/
standardMethod.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
// 获取检验项目参数
export function selectStandardMethods() {
return request({
url: '/standardMethod/selectStandardMethods',
method: 'get'
})
}