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');