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

@ -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: {