更新
This commit is contained in:
@@ -105,14 +105,14 @@ export function updateMachineData(No, number, remark) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getGroupData(project, machine) {
|
||||
export function getGroupData(machine) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: 'PDM_装箱单_机床所属部件_查询数据',
|
||||
param: `项目=${project}&机床=${machine}`
|
||||
param: `机床流水号=${machine}`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user