From 2a7ef9b12593ad1b9c65cb0ab02c273f27ad1642 Mon Sep 17 00:00:00 2001 From: xiaoguangbin Date: Fri, 18 Oct 2024 10:42:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A1=E4=BA=A4=E4=BA=92=E5=88=86?= =?UTF-8?q?=E6=9E=90=E7=82=B9=E5=87=BB=E5=88=A0=E9=99=A4del=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E9=97=AE=E9=A2=98=EF=BC=9B=E4=BF=AE=E6=94=B9=E6=96=B0?= =?UTF-8?q?beta=E9=A1=B5=E9=9D=A2=20gamma=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BetaAnalyzeInteractiveToolModal/index.vue | 2 +- .../RoiLimits/components/RoiLimitItem.vue | 25 ++++++++++--------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/views/spectrumAnalysis/components/Modals/SelfStation/BetaAnalyzeInteractiveToolModal/index.vue b/src/views/spectrumAnalysis/components/Modals/SelfStation/BetaAnalyzeInteractiveToolModal/index.vue index 55ce53c..5399e64 100644 --- a/src/views/spectrumAnalysis/components/Modals/SelfStation/BetaAnalyzeInteractiveToolModal/index.vue +++ b/src/views/spectrumAnalysis/components/Modals/SelfStation/BetaAnalyzeInteractiveToolModal/index.vue @@ -1602,7 +1602,7 @@ export default { nuclideName: possibleNuclide, fileName, list_identify: nuclides, - gammaROINum: this.currROIIndex + 1, + gammaRoiNum: this.currROIIndex + 1, }) if (success) { nuclides.push(possibleNuclide) diff --git a/src/views/spectrumAnalysis/components/RoiLimits/components/RoiLimitItem.vue b/src/views/spectrumAnalysis/components/RoiLimits/components/RoiLimitItem.vue index 0a048e7..d495e6f 100644 --- a/src/views/spectrumAnalysis/components/RoiLimits/components/RoiLimitItem.vue +++ b/src/views/spectrumAnalysis/components/RoiLimits/components/RoiLimitItem.vue @@ -245,6 +245,7 @@ export default { redrawCtrlPointBySeriesName() { const series = findSeriesByName(this.option.series, 'BaseLine_Ctrl_Point') const data = this.channelData.baseLineCP + series.symbolSize = 6 series.data = data.map(({ size, color, point: { x, y } }) => { return { value: [x, y], @@ -331,20 +332,20 @@ export default { ) // 设置 BaseLine - this.setSeriesData( - this.option.series, - 'BaseLine', - this.transformPointListData(channelBaseLine.pointlist), - channelBaseLine.color - ) + // this.setSeriesData( + // this.option.series, + // 'BaseLine', + // this.transformPointListData(channelBaseLine.pointlist), + // channelBaseLine.color + // ) // 设置 LcLine - this.setSeriesData( - this.option.series, - 'LcLine', - this.transformPointListData(channelLcLine.pointlist), - channelLcLine.color - ) + // this.setSeriesData( + // this.option.series, + // 'LcLine', + // this.transformPointListData(channelLcLine.pointlist), + // channelLcLine.color + // ) // 设置 ScacLine this.setSeriesData(