修改正式监测返回结果
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user