Browse Source

构建不成功

Shannon_mu 3 years ago
parent
commit
040c98db11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      operationSupport/src/views/alarmManagement/details.vue

+ 2 - 2
operationSupport/src/views/alarmManagement/details.vue

@@ -126,11 +126,11 @@ export default {
             alarmTypeList: [
                 {
                     label: '告警',
-                    value: '1'
+                    value: 1
                 },
                 {
                     label: '离线',
-                    value: '2'
+                    value: 2
                 }
             ],
             allServiceScene: [],