diff --git a/src/views/abnormalAlarm/analysisMonitor/alarmRules/index.vue b/src/views/abnormalAlarm/analysisMonitor/alarmRules/index.vue index 4513d4a..9f025e9 100644 --- a/src/views/abnormalAlarm/analysisMonitor/alarmRules/index.vue +++ b/src/views/abnormalAlarm/analysisMonitor/alarmRules/index.vue @@ -570,10 +570,19 @@ export default { stationChecked, nuclidesChecked, identifyNuclidesChecked, + + acqTime, + colTime, + xe133MDC, } = result this.formVal = { ...result, + + acqTime: acqTime ? (acqTime.length > 1 ? acqTime : acqTime[0]) : null, + colTime: colTime ? (colTime.length > 1 ? colTime : colTime[0]) : null, + xe133MDC: xe133MDC ? (xe133MDC.length > 1 ? xe133MDC : xe133MDC[0]) : null, + identifyNuclides: identifyNuclidesChecked, station: stationChecked, nuclide: nuclidesChecked,