Browse Source

添加

langfang-develop
liwei 3 years ago
parent
commit
352a1de966
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/plant/material/maintainbom.vue

+ 2
- 2
src/views/plant/material/maintainbom.vue View File

@ -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
})


Loading…
Cancel
Save