Эх сурвалжийг харах

物联监测设备管理修改

xujie 1 жил өмнө
parent
commit
c5788af518

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

@@ -175,6 +175,7 @@ export default {
         { label: "UPS", value: "15"},
         { label: "DO8小时控电", value: "16"},
         { label: "三相电电压传感器", value: "17"},
+        { label: "盗情传感器", value: "18"},
       ],
       // 遮罩层
       loading: true,
@@ -260,7 +261,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"];
+        this.queryParams.deviceTypeList = ["5","6","7","8","9","10","11","12","13","14","15","16","17","18"];
         this.deviceTypeSelectList = this.FsuDeviceTypeList;
       }
       this.getList();