This commit is contained in:
2019-04-30 23:26:39 +00:00
parent aba5dc721c
commit 9a51e8c4e8
4 changed files with 34 additions and 17 deletions

View File

@@ -497,6 +497,10 @@ export default {
if (newState.loading != undefined) {
newState.vm.formState.loading = newState.loading;
}
if (newState.readOnly != undefined) {
newState.vm.formState.readOnly = newState.readOnly;
}
});
}
};