This commit is contained in:
caozehui
2025-02-26 15:56:03 +08:00
parent 07cc26fa8d
commit f4ea510c5d
3 changed files with 4 additions and 3 deletions

View File

@@ -2,5 +2,5 @@ import http from "@/api";
//系数校准发送基本信息
export const getCoefficientCheck = (params: any) => {
return http.post(`/prepare/coefficientCheck`, params)
return http.post(`/prepare/coefficientCheck`, params,{loading: false})
}