修改正式监测返回结果

This commit is contained in:
guanj
2025-08-22 16:21:57 +08:00
parent 2be0be681e
commit 0985cc5d7c
5 changed files with 61 additions and 82 deletions

View File

@@ -101,7 +101,7 @@ export const getContrastResult = (params: {
chnNum: string | number
num: number | string | null
}) => {
return http.post('/result/getContrastResult', params, { loading: false })
return http.post('/result/getContrastResult', params, { loading: true })
}
/**