This commit is contained in:
2020-08-18 22:50:16 +00:00
parent b43fe13ea4
commit 1add396f24

View File

@@ -343,6 +343,7 @@ export default {
switch (this.obj.eventType) {
case 24:
case 10:
case 32:
return true;
default:
return false;
@@ -362,6 +363,7 @@ export default {
switch (this.obj.eventType) {
case 27: //General notification
case 20: //backup status
case 31: //workordercreatedforcustomer customer notification, no tags
return false;
default:
return true;