|
@@ -653,14 +653,13 @@ const editorClick = (monitoringPointId: number) => {
|
|
if (monitoringForm.value.tempHumidityControlMode === '1') {
|
|
if (monitoringForm.value.tempHumidityControlMode === '1') {
|
|
getDeviceParamsList(outdoorDevId, HumitureType.FreshAir, false);
|
|
getDeviceParamsList(outdoorDevId, HumitureType.FreshAir, false);
|
|
}
|
|
}
|
|
- if (monitoringForm.value.runStatusFlag !== 0) {
|
|
|
|
- if (runStatusDevGroupId) {
|
|
|
|
- getDevicesGroupList(runStatusDevGroupId, HumitureType.OperatingStatus, false);
|
|
|
|
- }
|
|
|
|
- if (runStatusDevId) {
|
|
|
|
- if (runStatusParamCode) {
|
|
|
|
- getDeviceListOptionsList(runStatusDevId, true, runStatusParamCode);
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ if (runStatusDevGroupId) {
|
|
|
|
+ getDevicesGroupList(runStatusDevGroupId, HumitureType.OperatingStatus, false);
|
|
|
|
+ }
|
|
|
|
+ if (runStatusDevId) {
|
|
|
|
+ if (runStatusParamCode) {
|
|
|
|
+ getDeviceListOptionsList(runStatusDevId, true, runStatusParamCode);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|