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