This commit is contained in:
2020-04-19 21:55:14 +00:00
parent 1aca00100a
commit 128332eb19
3 changed files with 11 additions and 13 deletions

View File

@@ -694,7 +694,7 @@ export default {
if (newState.readOnly != null) {
newState.vm.formState.readOnly = newState.readOnly;
}
if (newState.ready != null) {
newState.vm.formState.ready = newState.ready;
}