fix: 自建台站加载来自DB的谱时,调用PeakInfomation未传参问题

This commit is contained in:
Xu Zhimeng 2025-02-20 15:55:48 +08:00
parent 6747b99e1c
commit 417d900cd5

View File

@ -96,7 +96,7 @@ export default {
async getInfo() { async getInfo() {
try { try {
this.isLoading = true this.isLoading = true
const { sampleFileName } = this.sampleData const { inputFileName: sampleFileName } = this.sampleData
const { success, result, message } = await getAction('/selfStation/peakInformation', { const { success, result, message } = await getAction('/selfStation/peakInformation', {
sampleFileName, sampleFileName,
}) })