This commit is contained in:
2021-07-02 19:21:26 +00:00
parent aa0658cadc
commit 327725e026

View File

@@ -560,6 +560,9 @@ export default {
this.serialDialog = false;
this.availableSerials.splice(0);
this.selectedSerials.splice(0);
this.value.items[this.activeWoItemIndex].parts[
this.activeItemIndex
].isDirty = true;
this.$emit("change");
},
async addPartAssembly() {