fix report
This commit is contained in:
parent
0a70a0e8db
commit
8b745f187d
2 changed files with 0 additions and 5 deletions
|
|
@ -239,8 +239,6 @@ async function fetchDocumentTemplate(data: any) {
|
|||
}, 2000);
|
||||
});
|
||||
}
|
||||
|
||||
const splitterModel = ref(14);
|
||||
const numOfPages = ref<number>(0);
|
||||
const page = ref<number>(1);
|
||||
const pdfSrc = ref<any>();
|
||||
|
|
@ -611,7 +609,6 @@ onMounted(() => {
|
|||
|
||||
<q-card-section class="col-lg-9 col-md-8 col-xs-12 scroll">
|
||||
<q-splitter
|
||||
v-model="splitterModel"
|
||||
horizontal
|
||||
style="
|
||||
height: 65vh;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ const {
|
|||
} = useCounterMixin();
|
||||
|
||||
const { fetchStructureTree } = useStructureTree();
|
||||
const splitterModel = ref<number>(14);
|
||||
|
||||
/** filter*/
|
||||
const typeReport = ref<string>("");
|
||||
|
|
@ -534,7 +533,6 @@ onMounted(() => {
|
|||
|
||||
<q-card-section class="col-lg-9 col-md-8 col-xs-12 scroll">
|
||||
<q-splitter
|
||||
v-model="splitterModel"
|
||||
horizontal
|
||||
style="
|
||||
height: 65vh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue