From ad00d56a35e752b605a6083ada49cafe180d0441 Mon Sep 17 00:00:00 2001 From: Mlxa0324 <mlx950324@163.com> Date: Thu, 5 Jan 2023 20:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/static/js/jlw/student/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/src/main/resources/static/js/jlw/student/index.js b/web/src/main/resources/static/js/jlw/student/index.js index 2179e1b7..9494b59e 100644 --- a/web/src/main/resources/static/js/jlw/student/index.js +++ b/web/src/main/resources/static/js/jlw/student/index.js @@ -42,10 +42,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) { title : '所属专业',align: "center", hide: isSignRole != 1 ? false : true, templet: function (d) { - if (d.schoolClass) { - return d.schoolClass.universitySystemIdText - } - return ""; + return d.schoolClass ? d.schoolClass.universitySystemIdText : "" } }, {