|
@@ -276,7 +276,7 @@
|
|
|
//rptArchiveObj.onClick(null, null, rptArchiveObj.currentNode);
|
|
|
const params = {prjId: PROJECT_ID, stgId: current_stage_id};
|
|
|
$.bootstrapLoading.start();
|
|
|
- CommonAjax.postXsrfEx("/tender/report_api/getReportArchive", params, 10000, true, getCookie('csrfToken'),
|
|
|
+ CommonAjax.postXsrfEx("/tender/report_api/getReportArchive", params, 10000, true, getCookie('csrfToken_j'),
|
|
|
function(result){
|
|
|
$.bootstrapLoading.end();
|
|
|
// console.log(result);
|