no message
This commit is contained in:
parent
f78a5c78df
commit
e4c357bcf9
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const FileDownload = async (type: string) => {
|
|||
let numTab = evaluate.value.find((e: any) => e.no === dataArrayNumber.value);
|
||||
showLoader();
|
||||
await http
|
||||
.get(config.API.reportEvaluate(type, numTab.id,numTab.no), {
|
||||
.get(config.API.reportEvaluate(type, numTab.assign_id,numTab.no), {
|
||||
responseType: "blob",
|
||||
})
|
||||
.then(async (res) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue