fix: 自建台站加载来自DB的谱时,调用PeakInfomation未传参问题
This commit is contained in:
parent
6747b99e1c
commit
417d900cd5
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user