From 417d900cd5a0cd8c4db4fcb229bd94e3b5b6e867 Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Thu, 20 Feb 2025 15:55:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=BB=BA=E5=8F=B0=E7=AB=99?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=9D=A5=E8=87=AADB=E7=9A=84=E8=B0=B1?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E8=B0=83=E7=94=A8PeakInfomation=E6=9C=AA?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Modals/SelfStation/SelfStationPeakInfomation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/spectrumAnalysis/components/Modals/SelfStation/SelfStationPeakInfomation.vue b/src/views/spectrumAnalysis/components/Modals/SelfStation/SelfStationPeakInfomation.vue index 46340d8..5b3d1ec 100644 --- a/src/views/spectrumAnalysis/components/Modals/SelfStation/SelfStationPeakInfomation.vue +++ b/src/views/spectrumAnalysis/components/Modals/SelfStation/SelfStationPeakInfomation.vue @@ -96,7 +96,7 @@ export default { async getInfo() { try { this.isLoading = true - const { sampleFileName } = this.sampleData + const { inputFileName: sampleFileName } = this.sampleData const { success, result, message } = await getAction('/selfStation/peakInformation', { sampleFileName, })