浏览代码

构建不成功

Shannon_mu 3 年之前
父节点
当前提交
040c98db11
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      operationSupport/src/views/alarmManagement/details.vue

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

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