合
This commit is contained in:
@@ -26,15 +26,14 @@ export function initMachine(projectNum) {
|
||||
}
|
||||
|
||||
// 查询项目详情
|
||||
export function searchatabledata(projectNum, machineValue, pageCurrent, pageSize) {
|
||||
export function searchatabledata(projectNum, machineValue) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '项目工时统计_合同详情查询_工时综合查询',
|
||||
param: `项目流水号=${projectNum}&机床流水号=${machineValue}`,
|
||||
Pagination: pageCurrent + '&' + pageSize
|
||||
param: `项目流水号=${projectNum}&机床流水号=${machineValue}`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user