Commit aa2a18bf authored by xioln's avatar xioln

新增项目维护生成按钮

parent a51c8bc3
......@@ -53,10 +53,9 @@ export default {
'assemblyStartTime': form.assemblyTime[0],
'assemblyEndTime': form.assemblyTime[1],
'jobNo': form.jobNo,
'soritesTypeId': form.soritesType.type,
'soritesType': { type: form.soritesType.type },
'aircraftTypeId': form.aircraftTypeId,
'aircraftSortiesId': form.aircraftSortiesId
// 'state': form.state
}
post(`/ORProduction/create`, params).then(res => {
const id = res.items.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment