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,