Form file 分析之后,点击RRR,接口出现错误信息

This commit is contained in:
任珮宇 2023-11-02 09:29:05 +08:00
parent b509ff23a0
commit 3ef23d83b9

View File

@ -72,11 +72,15 @@ export default {
qcFileName,
}
res = await postAction(url, params)
} else if (this.type == 2) {
res = await getAction(url, {
sampleId,
fileName,
// ...this.extraData,
})
} else {
res = await getAction(url, {
sampleId,
// fileName,
...this.extraData,
})
}