This commit is contained in:
2024-11-25 09:59:16 +08:00
parent d31233887c
commit 69b83be6c7
2 changed files with 71 additions and 14 deletions

View File

@@ -51,4 +51,13 @@ export function downloadStatisticsTableExcel(query) {
},
responseType: 'blob'
})
}
// 获取 首检 倒车雷达数量
export function getParkingSensorTotal(query) {
return request({
url: 'mes/qc/statistics/getParkingSensorTotal',
method: 'get',
params: query,
})
}