CSR-1252: add another watch for lineItems
This commit is contained in:
parent
d8239b3077
commit
12ab7568e3
1 changed files with 6 additions and 0 deletions
|
|
@ -790,6 +790,12 @@ export default {
|
|||
},
|
||||
deep: true,
|
||||
},
|
||||
lineItems: {
|
||||
handler() {
|
||||
this.$emit("update:modelValue", this.lineItems);
|
||||
},
|
||||
deep: true,
|
||||
},
|
||||
},
|
||||
components: {
|
||||
textBlock,
|
||||
|
|
|
|||
Loading…
Reference in a new issue