Commit 7d6f00fd authored by jingnan's avatar jingnan 👀

保存检验响应接口参数修改

parent 2c84f05f
......@@ -341,7 +341,8 @@ export default {
...this.form,
jobOrder: {
id: this.form.jobOrderId,
hasTestPass: !!(this.form.isPass === '合格' || this.form.isPass === 'Y')
hasTestPass: !!(this.form.isPass === '合格' || this.form.isPass === 'Y'),
operator: 'MODIFY'
},
'jobTestCheckItems': this.jobTestCheckItems
}
......
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