fix bth loading
This commit is contained in:
parent
dea184e6ae
commit
f43df4b3fd
4 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue