This commit is contained in:
liushuai
2019-09-25 13:49:02 +08:00
parent 676f2a3ec3
commit fb86775031
5 changed files with 105 additions and 88 deletions

View File

@@ -43,3 +43,14 @@ export function searchMachine() {
}
})
}
export function searchAll() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '1_总查询',
param: '机床流水号=' + arguments[0]
}
})
}