1
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user