TonyKang 4 anni fa
parent
commit
60e2fbc3d8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/view/report/index_archive.ejs

+ 1 - 1
app/view/report/index_archive.ejs

@@ -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);