mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-19 15:04:15 +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) {
|
messageWarning(msg) {
|
||||||
|
if (typeof msg === "string" && msg === "Network exception") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
$A.Message.warning($A.L(msg));
|
$A.Message.warning($A.L(msg));
|
||||||
},
|
},
|
||||||
|
|
||||||
messageError(msg) {
|
messageError(msg) {
|
||||||
|
if (typeof msg === "string" && msg === "Network exception") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
$A.Message.error($A.L(msg));
|
$A.Message.error($A.L(msg));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user