|
|
|
@ -14,6 +14,7 @@ var newId = !isEmpty(id) ? id : ('select_id_' + name + '_' + @cn.hutool.core.ut
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
// 根据当前登录用户,获取授权的课程信息
|
|
|
|
|
// 该接口暂定有1小时的缓存
|
|
|
|
|
var currentAuthCourseInfoDetails =
|
|
|
|
|
Common.getAjax('/jlw/universitiesCollegesJurisdictionCurriculumResources/getAuthDetailsByCacheUser.json').data;
|
|
|
|
|
|
|
|
|
@ -25,6 +26,7 @@ var newId = !isEmpty(id) ? id : ('select_id_' + name + '_' + @cn.hutool.core.ut
|
|
|
|
|
var textualResearchCourseList = currentAuthCourseInfoDetails.textualResearchCourseList || [];
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 分组模板:
|
|
|
|
|
* <select name="quiz">
|
|
|
|
|
* <option value="">请选择</option>
|
|
|
|
|
* <optgroup label="城市记忆">
|
|
|
|
|