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