处理form DB 来源的 beta viewRRR 查询报错

This commit is contained in:
任珮宇 2023-10-26 16:38:08 +08:00
parent df457a3e4f
commit 8bf55b007c

View File

@ -56,17 +56,7 @@ export default {
try { try {
this.content = '' this.content = ''
this.isLoading = true this.isLoading = true
console.log(this.sampleData) const { sampleId, inputFileName: fileName, dbName, detFileName, gasFileName, qcFileName } = this.newSampleData
const {
sampleId,
inputFileName: fileName,
dbName,
detFileName,
gasFileName,
qcFileName,
sampleFileName,
} = this.sampleData
// const method = this.type == 4 ? postAction : getAction
let res = null let res = null
if (this.type == 4) { if (this.type == 4) {
let params = { let params = {
@ -76,7 +66,7 @@ export default {
gasBgData: this.extraData.GasBgData, gasBgData: this.extraData.GasBgData,
detBgData: this.extraData.DetBgData, detBgData: this.extraData.DetBgData,
qcData: this.extraData.QCData, qcData: this.extraData.QCData,
sampleFileName, sampleFileName: fileName,
gasFileName, gasFileName,
detFileName, detFileName,
qcFileName, qcFileName,