This commit is contained in:
2021-04-30 19:05:25 +00:00
parent ae8cf1bacc
commit 2a0b7be75f
4 changed files with 168 additions and 14 deletions

View File

@@ -33,11 +33,8 @@ export default {
return window.$gz.form;
},
fieldValueChanged(ref) {
if (
!this.parentVM.formState.loading &&
!this.parentVM.formState.readonly
) {
window.$gz.form.fieldValueChanged(this.parentVM, ref);
if (!this.pvm.formState.loading && !this.pvm.formState.readonly) {
window.$gz.form.fieldValueChanged(this.pvm, ref);
}
}
},