From 04d69d3f9d23809a4a96dff822cbd7d7bee8fd9a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 27 Aug 2020 23:28:30 +0000 Subject: [PATCH] --- ayanova/src/views/ay-report-edit.vue | 63 +++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 10 deletions(-) diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index ab284ab0..08ee9159 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -1,16 +1,46 @@ @@ -46,7 +76,20 @@ export default { code: "const noop = () => {}", monacoOptions: { automaticLayout: true }, editAreaHeight: 300, - obj: {}, + obj: { + id: 0, + concurrency: 0, + name: null, + active: null, + notes: null, + roles: null, + objectType: 0, + template: "", + style: "", + jsPrerender: "", + jsHelpers: "", + renderType: 0 + }, formState: { ready: false, dirty: false,