Browse Source

2025-05-27

同步时,Bom、Routing的状态没有同步过去
master
fengyuan_yang 8 months ago
parent
commit
b199764da8
  1. 2
      src/views/modules/part/bomManagement.vue

2
src/views/modules/part/bomManagement.vue

@ -4180,7 +4180,6 @@ export default {
this.alternativeChange() this.alternativeChange()
} }
}) })
}).catch(() => {
}) })
}, },
@ -4209,7 +4208,6 @@ export default {
this.alternativeChange() this.alternativeChange()
} }
}) })
}).catch(() => {
}) })
}, },

Loading…
Cancel
Save