mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-15 19:28:11 +00:00
no message
This commit is contained in:
parent
e97f2271fa
commit
c76e8d2677
6
resources/assets/js/functions/web.js
vendored
6
resources/assets/js/functions/web.js
vendored
@ -729,10 +729,16 @@
|
||||
},
|
||||
|
||||
messageWarning(msg) {
|
||||
if (typeof msg === "string" && msg === "Network exception") {
|
||||
return;
|
||||
}
|
||||
$A.Message.warning($A.L(msg));
|
||||
},
|
||||
|
||||
messageError(msg) {
|
||||
if (typeof msg === "string" && msg === "Network exception") {
|
||||
return;
|
||||
}
|
||||
$A.Message.error($A.L(msg));
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user