This commit is contained in:
2020-11-30 19:43:05 +00:00
parent ec3cf7589b
commit 5249133434
5 changed files with 7 additions and 11 deletions

View File

@@ -606,7 +606,6 @@ export default {
!this.formState.loading &&
!this.formState.readOnly
) {
console.log("FieldValueChanged for ", ref);
window.$gz.form.fieldValueChanged(this, ref);
}
},