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

@ -294,6 +294,7 @@ onMounted(() => {
<q-space />
<q-btn
:disable="!isReport || !nodeId || !employeeClass"
:loading="isLoadPDF"
flat
round
color="primary"

View file

@ -297,6 +297,7 @@ onMounted(() => {
v-if="checkPermission($route)?.attrIsGet"
flat
:disable="!isReport || !nodeId || !employeeClass"
:loading="isLoadPDF"
round
color="primary"
icon="download"