@@ -273,7 +273,7 @@ import BOMSearch from './BOM-search.vue';
handBomDetails(id) {
if (id) {
getBomGetById(id).then((res) => {
- this.form=resolve
+ this.form=res;
this.baseCount = res.baseCount;
this.unit = res.category.measuringUnit;
});