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