This commit is contained in:
2020-04-15 23:23:43 +00:00
parent 138e9a22db
commit 5499b36f19
4 changed files with 19 additions and 33 deletions

View File

@@ -2,6 +2,7 @@
<v-container fluid>
<gz-report-selector ref="reportSelector"></gz-report-selector>
<v-row v-if="formState.ready">
<v-col cols="12"> <gz-wiki-viewer :content="obj.wikiContent"/></v-col>
<v-col>
<v-form ref="form">
<v-row>
@@ -303,6 +304,7 @@ export default {
endDate: null,
notes: null,
count: null,
wikiContent: null,
customFields: "{}",
tags: [],
userId: null