Browse Source

异常重置

dengshaobo 3 weeks ago
parent
commit
fa8f09ebd6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/exam/abnormal/abnormal.vue

+ 4 - 0
src/views/exam/abnormal/abnormal.vue

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