CSR-1952: revert watcher to fix QA
This commit is contained in:
parent
e19684dd68
commit
74e7669d31
1 changed files with 3 additions and 3 deletions
|
|
@ -784,9 +784,9 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
lineItems: {
|
modelValue: {
|
||||||
handler() {
|
handler(newValue) {
|
||||||
this.$emit("update:modelValue", this.lineItems);
|
this.lineItems = deepClone(newValue);
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue