hide report scholarship & debug message error
This commit is contained in:
parent
1065ea1816
commit
0a6ec0da44
2 changed files with 3 additions and 3 deletions
|
|
@ -290,7 +290,7 @@ onMounted(() => {
|
||||||
|
|
||||||
<q-space />
|
<q-space />
|
||||||
<div class="row q-gutter-sm">
|
<div class="row q-gutter-sm">
|
||||||
<q-btn
|
<!-- <q-btn
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
dense
|
dense
|
||||||
|
|
@ -299,7 +299,7 @@ onMounted(() => {
|
||||||
@click="onDownload"
|
@click="onDownload"
|
||||||
>
|
>
|
||||||
<q-tooltip>ดาวน์โหลด</q-tooltip>
|
<q-tooltip>ดาวน์โหลด</q-tooltip>
|
||||||
</q-btn>
|
</q-btn> -->
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
standout
|
standout
|
||||||
|
|
|
||||||
|
|
@ -426,7 +426,7 @@ export const useCounterMixin = defineStore("mixin", () => {
|
||||||
} else {
|
} else {
|
||||||
console.error("err===>", e); // ***
|
console.error("err===>", e); // ***
|
||||||
|
|
||||||
if (e.message) {
|
if (e.message && e.message !== "R is not a function") {
|
||||||
q.dialog({
|
q.dialog({
|
||||||
component: CustomComponent,
|
component: CustomComponent,
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue