diff --git a/admin-core/src/main/resources/templates/teacherIndex.html b/admin-core/src/main/resources/templates/teacherIndex.html index f6127e34..19c8e843 100644 --- a/admin-core/src/main/resources/templates/teacherIndex.html +++ b/admin-core/src/main/resources/templates/teacherIndex.html @@ -297,7 +297,6 @@ var sTime = value.split(" - ")[0]; var eTime = value.split(" - ")[1]; locadInfo(sTime, eTime); - localTB(); } }); if ("${isSignRole.get()!''}" == 1) { @@ -369,12 +368,12 @@ stime: sTime, etime: eTime });//统计图data - if (retChart.code == 0) { - adminIndexBarchartData = retChart.data; - } - if (ret.code == 0) { - adminIndexDetailData = ret.data; - } + if (retChart.code == 0) { + adminIndexBarchartData = retChart.data; + } + if (ret.code == 0) { + adminIndexDetailData = ret.data; + } $("#universitiesCollegesAuthCode").text(adminIndexDetailData.universitiesCollegesAuthCode); laytpl(getTpl).render(adminIndexDetailData, function (html) { view.innerHTML = html;