From 86f4e61f9b9a4b4b87fdfa496a267c3dc5f77849 Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Wed, 8 Jan 2025 16:54:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9Identify=20nuclides?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E7=9A=84=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analysisMonitor/alarmRules/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/abnormalAlarm/analysisMonitor/alarmRules/index.vue b/src/views/abnormalAlarm/analysisMonitor/alarmRules/index.vue index 3b88df9..4513d4a 100644 --- a/src/views/abnormalAlarm/analysisMonitor/alarmRules/index.vue +++ b/src/views/abnormalAlarm/analysisMonitor/alarmRules/index.vue @@ -563,11 +563,21 @@ export default { if (success) { this.isAdd = false this.visible = true - const { sourceChecked, qualifierChecked, conditionChecked, stationChecked, nuclidesChecked } = result + const { + sourceChecked, + qualifierChecked, + conditionChecked, + stationChecked, + nuclidesChecked, + identifyNuclidesChecked, + } = result + this.formVal = { ...result, + identifyNuclides: identifyNuclidesChecked, station: stationChecked, nuclide: nuclidesChecked, + source: sourceChecked.join(','), qualifier: qualifierChecked.join(','), condition: conditionChecked.join(','),