This commit is contained in:
2020-04-07 18:20:37 +00:00
parent d004eb0ae4
commit e6c3cdddca
3 changed files with 24 additions and 6 deletions

View File

@@ -1,14 +1,12 @@
<template>
<UnderConstruction />
<gz-report-viewer
:reportId="$route.params.recordid"
:ayaType="$route.params.ayatype"
/>
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,