This commit is contained in:
2019-12-10 16:25:41 +00:00
parent a83f88990b
commit 09f7b46b56

View File

@@ -162,8 +162,12 @@ export default {
}, },
formState: { formState: {
ready: false, ready: false,
errorBoxMessage: null,
dirty: false, dirty: false,
valid: true,
readOnly: false,
loading: true,
errorBoxMessage: null,
appError: null,
serverError: {} serverError: {}
}, },
rights: window.$gz.role.getRights(window.$gz.type.FormCustom) rights: window.$gz.role.getRights(window.$gz.type.FormCustom)