系数校准多装置按行展示
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import http from "@/api";
|
||||
import {ChannelsTest} from "@/api/home/interface/channelsTest";
|
||||
|
||||
export const getBigTestItem = () => {
|
||||
return http.get('');
|
||||
}
|
||||
//系数校准发送基本信息
|
||||
export const getCoefficientCheck = (params: any) => {
|
||||
return http.post(`/prepare/coefficientCheck`, params)
|
||||
}
|
||||
Reference in New Issue
Block a user