fix bth loading
This commit is contained in:
parent
dea184e6ae
commit
f43df4b3fd
4 changed files with 5 additions and 1 deletions
|
|
@ -294,6 +294,7 @@ onMounted(() => {
|
|||
<q-space />
|
||||
<q-btn
|
||||
:disable="!isReport || !nodeId || !employeeClass"
|
||||
:loading="isLoadPDF"
|
||||
flat
|
||||
round
|
||||
color="primary"
|
||||
|
|
|
|||
|
|
@ -297,6 +297,7 @@ onMounted(() => {
|
|||
v-if="checkPermission($route)?.attrIsGet"
|
||||
flat
|
||||
:disable="!isReport || !nodeId || !employeeClass"
|
||||
:loading="isLoadPDF"
|
||||
round
|
||||
color="primary"
|
||||
icon="download"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue