This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-28 12:02:19 +07:00
parent 699997401e
commit b036e80092
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ async function FileDownload(type: string) {
//
showLoader();
await http
.get(config.API.reportEvaluateRecord2(type, numTab.id))
.get(config.API.reportEvaluateRecord1(type, numTab.id))
.then(async (res) => {
const data = res.data.result;
await genReport(

View file

@ -89,7 +89,7 @@ async function FileDownload(type: string) {
if (dataRole.value == "mentor") {
showLoader();
await http
.get(config.API.reportEvaluateRecord1(type, numTab.id))
.get(config.API.reportEvaluateRecord2(type, numTab.id))
.then(async (res) => {
const data = res.data.result;
await genReport(