From 1417c101bfff6e4ceac1090a6f6eba601a12115d Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Wed, 8 Jan 2025 18:03:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dqc=20flags=E4=B8=AD?= =?UTF-8?q?=E6=9F=90=E4=BA=9B=E6=95=B0=E7=BB=84=E7=B1=BB=E5=9E=8B=E7=9A=84?= =?UTF-8?q?=E5=80=BC=E7=9A=84=E8=BD=AC=E6=8D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abnormalAlarm/analysisMonitor/alarmRules/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) 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,