仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lims-ruoyi-before
lims项目框架修改优化--前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
温湿度展示信息调整
zhuo
2025-04-10
9859834127ba8e88c3d95e66b158dbd3b209d4f8
[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'
})
}