CSR-1952: try removing original watcher with deep clone
This commit is contained in:
parent
12ab7568e3
commit
e19684dd68
1 changed files with 0 additions and 6 deletions
|
|
@ -784,12 +784,6 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
modelValue: {
|
|
||||||
handler(newValue) {
|
|
||||||
this.lineItems = deepClone(newValue);
|
|
||||||
},
|
|
||||||
deep: true,
|
|
||||||
},
|
|
||||||
lineItems: {
|
lineItems: {
|
||||||
handler() {
|
handler() {
|
||||||
this.$emit("update:modelValue", this.lineItems);
|
this.$emit("update:modelValue", this.lineItems);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue