fix report

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-12 13:04:13 +07:00
parent 0a70a0e8db
commit 8b745f187d
2 changed files with 0 additions and 5 deletions

View file

@ -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;

View file

@ -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;