From 41e217fa5dc2c3021b02e9e1a4a01c5edc2baa57 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 2 Apr 2025 11:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/home/special_view.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/special_view.html b/ruoyi-admin/src/main/resources/templates/home/special_view.html index bd41f42..6108ccb 100644 --- a/ruoyi-admin/src/main/resources/templates/home/special_view.html +++ b/ruoyi-admin/src/main/resources/templates/home/special_view.html @@ -453,11 +453,11 @@ } }, handleNodeClick: function(data) { - if (data.columnGrade == '2') { - this.getSpecial(''); - } else { + // if (data.columnGrade == '2') { + // this.getSpecial(''); + // } else { this.getSpecial(data); - } + // } }, pubHref: function(id, type) { window.open("/public_view.html?type=" + type + "&id=" + id, '_blank');