From 09f7b46b5611a8f4f53cade07b5a0a2b4496d5c9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 10 Dec 2019 16:25:41 +0000 Subject: [PATCH] --- ayanova/src/views/customize.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ayanova/src/views/customize.vue b/ayanova/src/views/customize.vue index 6574c828..e2dba6bc 100644 --- a/ayanova/src/views/customize.vue +++ b/ayanova/src/views/customize.vue @@ -162,8 +162,12 @@ export default { }, formState: { ready: false, - errorBoxMessage: null, dirty: false, + valid: true, + readOnly: false, + loading: true, + errorBoxMessage: null, + appError: null, serverError: {} }, rights: window.$gz.role.getRights(window.$gz.type.FormCustom)