dedsudiyu %!s(int64=2) %!d(string=hai) anos
pai
achega
bed8124a45

+ 3 - 1
src/views/emergencyManagement/smartLoT/hardware/powerControl.vue

@@ -334,7 +334,9 @@
         hardWareControl(switchData).then(response => {
           console.log(response.data);
           if(response.code==200){
-            row.status = row.status==3?4:(row.status==4?3:'')
+            if(row.isPcfire == 1){
+              row.status = row.status==3?4:(row.status==4?3:'')
+            }
           }
         });
       },