滚动条

This commit is contained in:
helloDy
2024-06-04 08:55:45 +08:00
parent 44283a049b
commit 7cb8abd618
6 changed files with 94 additions and 107 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-05-07 08:54:59
* @LastEditTime: 2024-05-31 15:08:27
* @LastEditTime: 2024-06-03 14:25:02
* @LastEditors: DY
* @Description:
*/
@@ -50,3 +50,11 @@ export function exportExcel(data) {
responseType: 'blob'
})
}
// 获得工单数据概览
export function getOverView(){
return request({
url: '/ip/prod-work-order/getOverView',
method: 'get'
})
}