修改bug

This commit is contained in:
‘937886381’
2023-11-16 18:52:55 +08:00
parent 3832aee028
commit b349432eaa
13 changed files with 104 additions and 81 deletions

View File

@@ -1,18 +1,18 @@
/*
* @Author: zhp
* @Date: 2023-11-09 09:37:14
* @LastEditTime: 2023-11-09 14:20:02
* @LastEditTime: 2023-11-16 17:47:21
* @LastEditors: zhp
* @Description:
*/
import request from '@/utils/request'
// 获得能耗统计查询分页
export function processEquValueBomPage(data) {
return request({
url: '/extend/process-equ-value-bom/page',
method: 'get',
data: data
params: data
})
}