This commit is contained in:
helloDy
2024-06-03 08:52:30 +08:00
39 changed files with 538 additions and 403 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-05-07 08:54:59
* @LastEditTime: 2024-05-31 10:25:55
* @LastEditTime: 2024-06-03 08:52:02
* @LastEditors: DY
* @Description:
*/
@@ -147,3 +147,12 @@ export function cockpitDataMonitor(data) {
data: data
})
}
export function exportFactoryDataExcel(data) {
return request({
url: '/ip/prod-output-month/export/excel',
method: 'post',
data: data,
responseType: 'blob'
})
}