hide report scholarship & debug message error

This commit is contained in:
Warunee Tamkoo 2024-07-17 13:39:24 +07:00
parent 1065ea1816
commit 0a6ec0da44
2 changed files with 3 additions and 3 deletions

View file

@ -290,7 +290,7 @@ onMounted(() => {
<q-space />
<div class="row q-gutter-sm">
<q-btn
<!-- <q-btn
flat
round
dense
@ -299,7 +299,7 @@ onMounted(() => {
@click="onDownload"
>
<q-tooltip>ดาวนโหลด</q-tooltip>
</q-btn>
</q-btn> -->
<q-input
standout

View file

@ -426,7 +426,7 @@ export const useCounterMixin = defineStore("mixin", () => {
} else {
console.error("err===>", e); // ***
if (e.message) {
if (e.message && e.message !== "R is not a function") {
q.dialog({
component: CustomComponent,
componentProps: {