Browse Source

添加DO8小时采集

xujie 1 year ago
parent
commit
923ce03d03
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/iot/deviceInfo/index.vue

+ 2 - 1
src/views/iot/deviceInfo/index.vue

@@ -176,6 +176,7 @@ export default {
         { label: "DO8小时控电", value: "16"},
         { label: "三相电电压传感器", value: "17"},
         { label: "盗情传感器", value: "18"},
+        { label: "DO8小时采集", value: "21"},
       ],
       // 遮罩层
       loading: true,
@@ -261,7 +262,7 @@ export default {
         this.queryParams.deviceTypeList = ["4"];
         this.deviceTypeSelectList = this.AlarmHostDeviceTypeList;
       }else if ("fsu" === this.activeName){
-        this.queryParams.deviceTypeList = ["5","6","7","8","9","10","11","12","13","14","15","16","17","18"];
+        this.queryParams.deviceTypeList = ["5","6","7","8","9","10","11","12","13","14","15","16","17","18","21"];
         this.deviceTypeSelectList = this.FsuDeviceTypeList;
       }
       this.getList();