beta 增加initValue接口的调用
This commit is contained in:
parent
f849f07dd4
commit
5797dfc529
|
@ -530,6 +530,22 @@ export default {
|
|||
}
|
||||
getAction('/gamma/initValue', params)
|
||||
})
|
||||
willAddList
|
||||
.filter(({ sampleType, inputFileName }) => sampleType == 'B' && inputFileName !== this.sampleData.inputFileName)
|
||||
.forEach(
|
||||
({ inputFileName: sampleFileName, gasFileName, detFileName, qcFileName, dbName, sampleId, analyst }) => {
|
||||
const params = {
|
||||
sampleId,
|
||||
dbName,
|
||||
analyst,
|
||||
sampleFileName,
|
||||
gasFileName,
|
||||
detFileName,
|
||||
qcFileName,
|
||||
}
|
||||
getAction('/spectrumAnalysis/initValue', params)
|
||||
}
|
||||
)
|
||||
},
|
||||
|
||||
// 加载选中的样本
|
||||
|
|
Loading…
Reference in New Issue
Block a user