bug修改。

This commit is contained in:
Renpc-kilig 2021-05-15 23:41:01 +08:00
parent ab14d2167a
commit 91a64fc690

View File

@ -259,7 +259,7 @@
//info.jsEvent.preventDefault();
var idInfo = info.event.id.split("|");
self.kaoshiOpen('考试详情', top.restAjax.path('route/examapply/exam-view.html?classPlanId={classPlanId}&examApplyId={examApplyId}', [idInfo[0],idInfo[1]]));
self.kaoshiOpen('考试详情', top.restAjax.path('route/examination/distribution/show.html?planId={planId}', [idInfo[0]]));
},
});
var date = new Date();