|
|
@@ -376,7 +376,6 @@
|
|
|
},
|
|
|
methods: {
|
|
|
open(row) {
|
|
|
- console.log(row, 'row 1234');
|
|
|
this.unit = row.measuringUnit;
|
|
|
this.formData = deepClone(row);
|
|
|
this.getBomList();
|
|
|
@@ -636,7 +635,8 @@
|
|
|
};
|
|
|
batchSave(param).then((res) => {
|
|
|
this.$emit('close', true);
|
|
|
- this.visible = false;
|
|
|
+ // this.visible = false;
|
|
|
+ this.cancel();
|
|
|
});
|
|
|
}
|
|
|
}
|