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 />
|
||||
<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
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue