bug修改。
This commit is contained in:
parent
ab14d2167a
commit
91a64fc690
@ -259,7 +259,7 @@
|
|||||||
//info.jsEvent.preventDefault();
|
//info.jsEvent.preventDefault();
|
||||||
var idInfo = info.event.id.split("|");
|
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();
|
var date = new Date();
|
||||||
|
Loading…
Reference in New Issue
Block a user