|
|
@ -457,6 +457,8 @@ export default { |
|
|
|
updateBomlst(this.formBom).then(res => { |
|
|
|
if (res.code === 200) { |
|
|
|
this.msgSuccess('修改成功') |
|
|
|
this.formBom1 = {}; |
|
|
|
this.editType = '' |
|
|
|
getBomhead(bomid).then(response => { |
|
|
|
this.form = response.data |
|
|
|
}) |
|
|
@ -471,7 +473,8 @@ export default { |
|
|
|
this.formBom = {} |
|
|
|
this.formBom['ME_BomLst-BackFlushItem'] = false |
|
|
|
this.formBom['ME_BomLst-CriticalItem'] = false |
|
|
|
this.formBom1 = {} |
|
|
|
this.formBom1 = {}; |
|
|
|
this.editType = '' |
|
|
|
getBomhead(bomid).then(response => { |
|
|
|
this.form = response.data |
|
|
|
}) |
|
|
@ -480,8 +483,6 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
// this.formBom1 = {} |
|
|
|
// this.editType = '' |
|
|
|
} |
|
|
|
}, |
|
|
|
// 表单重置 |
|
|
|