修改bug

This commit is contained in:
‘937886381’
2024-04-23 15:23:43 +08:00
parent ed5120ca97
commit d251daa3f5
5 changed files with 43 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-04-18 09:27:54
* @LastEditTime: 2024-04-23 13:37:12
* @LastEditTime: 2024-04-23 15:16:12
* @LastEditors: zhp
* @Description:
*/
@@ -78,3 +78,19 @@ export function getCuttingReportDataList(data) {
data: data
})
}
export function getProcessingLineDataList(data) {
return request({
url: 'extend/customized-reports/getProcessingLine',
method: 'get',
data: data
})
}
export function getOriginalLineDataList(data) {
return request({
url: 'extend/customized-reports/getOriginalLine',
method: 'get',
data: data
})
}