no message

This commit is contained in:
kuaifan 2022-07-08 09:14:56 +08:00
parent e97f2271fa
commit c76e8d2677

View File

@ -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));
},