no message
This commit is contained in:
parent
a487e8445d
commit
56f4d36bf8
3 changed files with 33 additions and 21 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue