@@ -653,6 +653,10 @@ const ObjectDataChange = () => {
topic.hasAbnormal=true;//是否异常
}
+ else
+ {
+ topic.hasAbnormal=false;//是否异常
+ }
});