From 3090abc8cc01ada58a37165eaa31aa8206f972cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Tue, 20 Dec 2022 01:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/teacherIndex.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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;