|
|
@@ -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();
|