This commit is contained in:
2021-05-27 19:41:15 +00:00
parent b10e2e0d4f
commit ba7fce6599
2 changed files with 2 additions and 1 deletions

View File

@@ -683,7 +683,7 @@ export default {
},
methods: {
unitChange(newName) {
this.value.items[this.activeWoItemIndex].units[
this.value.items[this.activeWoItemIndex].outsideServices[
this.activeItemIndex
].unitViz = newName;
},