Form file 分析之后,点击RRR,接口出现错误信息
This commit is contained in:
parent
b509ff23a0
commit
3ef23d83b9
|
@ -72,11 +72,15 @@ export default {
|
||||||
qcFileName,
|
qcFileName,
|
||||||
}
|
}
|
||||||
res = await postAction(url, params)
|
res = await postAction(url, params)
|
||||||
|
} else if (this.type == 2) {
|
||||||
|
res = await getAction(url, {
|
||||||
|
sampleId,
|
||||||
|
fileName,
|
||||||
|
// ...this.extraData,
|
||||||
|
})
|
||||||
} else {
|
} else {
|
||||||
res = await getAction(url, {
|
res = await getAction(url, {
|
||||||
sampleId,
|
sampleId,
|
||||||
// fileName,
|
|
||||||
...this.extraData,
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user