no message

This commit is contained in:
setthawutttty 2023-09-08 09:52:13 +07:00
parent f78a5c78df
commit e4c357bcf9

View file

@ -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) => {