This commit is contained in:
@@ -365,13 +365,13 @@ export default {
|
||||
},
|
||||
fieldValueChanged(ref) {
|
||||
if (ref == "fetchedOn") {
|
||||
console.log("FETCHED ON CHANGED", this.obj.fetchedOn);
|
||||
window.$gz.form.setFormState({
|
||||
vm: this,
|
||||
readOnly: this.obj.fetchedOn != null
|
||||
});
|
||||
|
||||
console.log("formstate is now ", this.formState);
|
||||
this.$nextTick(() => {
|
||||
generateMenu(this);
|
||||
});
|
||||
}
|
||||
if (
|
||||
this.formState.ready &&
|
||||
|
||||
Reference in New Issue
Block a user