no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-29 11:52:45 +07:00
parent a487e8445d
commit 56f4d36bf8
3 changed files with 33 additions and 21 deletions

View file

@ -406,6 +406,8 @@ export const useCounterMixin = defineStore("mixin", () => {
}
const messageError = (q: any, e: any = "", text: string = "") => {
console.log(e);
if (e == "" && text != "") {
q.dialog({
component: CustomComponent,