From aa9fcabbfef18fe9a32395416a2e1e57d7e902cc Mon Sep 17 00:00:00 2001 From: xiaoguangbin Date: Thu, 14 Nov 2024 16:51:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20gamma=E4=BA=A4=E4=BA=92=E5=88=86?= =?UTF-8?q?=E6=9E=90=E5=B7=A5=E5=85=B7=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=A0=B8=E7=B4=A0=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Modals/AnalyzeInteractiveToolModal/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/spectrumAnalysis/components/Modals/AnalyzeInteractiveToolModal/index.vue b/src/views/spectrumAnalysis/components/Modals/AnalyzeInteractiveToolModal/index.vue index d65cea1..47a0f7c 100644 --- a/src/views/spectrumAnalysis/components/Modals/AnalyzeInteractiveToolModal/index.vue +++ b/src/views/spectrumAnalysis/components/Modals/AnalyzeInteractiveToolModal/index.vue @@ -1536,6 +1536,7 @@ export default { nuclideName: possibleNuclide, fileName, list_identify: nuclides, + energyTolerance: this.model.tolerance }) if (success) { nuclides.push(possibleNuclide)