From 2292df29402b96d4fd8c3a0205ac77d361c1fe8c Mon Sep 17 00:00:00 2001 From: xiaoguangbin Date: Fri, 15 Nov 2024 10:58:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Modals/AnalyzeInteractiveToolModal/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/spectrumAnalysis/components/Modals/AnalyzeInteractiveToolModal/index.vue b/src/views/spectrumAnalysis/components/Modals/AnalyzeInteractiveToolModal/index.vue index 47a0f7c..9a6fb77 100644 --- a/src/views/spectrumAnalysis/components/Modals/AnalyzeInteractiveToolModal/index.vue +++ b/src/views/spectrumAnalysis/components/Modals/AnalyzeInteractiveToolModal/index.vue @@ -1536,7 +1536,7 @@ export default { nuclideName: possibleNuclide, fileName, list_identify: nuclides, - energyTolerance: this.model.tolerance + energyTolerance: parseFloat(this.model.tolerance) }) if (success) { nuclides.push(possibleNuclide)