Browse Source

报警写两条假数据

SunZehao 9 months ago
parent
commit
7b677d3384
1 changed files with 17 additions and 1 deletions
  1. 17 1
      src/views/IntegratedAlarm/safe/components/safecomponent.vue

+ 17 - 1
src/views/IntegratedAlarm/safe/components/safecomponent.vue

@@ -265,7 +265,23 @@ export default {
   },
 
   created() {
-    this.initWarningList();
+    // this.initWarningList();
+    this.alarmList = [
+        {
+            tsName: '06-11 12:00:00',
+            wpName: '风电场1',
+            deviceName: '#36',
+            description: '变频器报告电网已接入',
+            isClose: true
+        },
+        {
+            tsName: '06-11 12:00:00',
+            wpName: '风电场2',
+            deviceName: '#58',
+            description: '风机等待运行就绪',
+            isClose: false
+        }
+    ]
   },
 
   methods: {