This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user