fix bth loading

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-12 09:25:44 +07:00
parent dea184e6ae
commit f43df4b3fd
4 changed files with 5 additions and 1 deletions

View file

@ -194,11 +194,12 @@ onMounted(() => {
<q-space />
<q-btn
:loading="isLoadPDF"
flat
round
color="primary"
icon="download"
:disable="!reportType"
:disable="!reportType || !nodeId"
>
</q-btn>
</div>