|
|
@ -461,7 +461,7 @@ export default { |
|
|
|
if (res.code === 200) { |
|
|
|
this.msgSuccess('修改成功') |
|
|
|
this.formBom1 = {}; |
|
|
|
// this.editType = '' |
|
|
|
this.editType = '' |
|
|
|
getBomhead(bomid).then(response => { |
|
|
|
this.form = response.data |
|
|
|
}) |
|
|
@ -477,7 +477,7 @@ export default { |
|
|
|
this.formBom['ME_BomLst-BackFlushItem'] = false |
|
|
|
this.formBom['ME_BomLst-CriticalItem'] = false |
|
|
|
this.formBom1 = {}; |
|
|
|
// this.editType = '' |
|
|
|
this.editType = '' |
|
|
|
getBomhead(bomid).then(response => { |
|
|
|
this.form = response.data |
|
|
|
}) |
|
|
|