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,
|
deep: true,
|
||||||
},
|
},
|
||||||
|
lineItems: {
|
||||||
|
handler() {
|
||||||
|
this.$emit("update:modelValue", this.lineItems);
|
||||||
|
},
|
||||||
|
deep: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
textBlock,
|
textBlock,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue