From 112d6adc43ec7a61a32767d705466c45cbc2de2a Mon Sep 17 00:00:00 2001
From: zhangtq <2452618307@qq.com>
Date: Wed, 22 Jan 2025 17:30:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=8C=85=E5=95=86=E7=BB=84=E7=BB=87?=
=?UTF-8?q?=E6=9E=B6=E6=9E=84=20=E9=A1=B9=E7=9B=AE=E7=BB=8F=E7=90=86?=
=?UTF-8?q?=E8=A7=92=E8=89=B2=E5=85=B7=E6=9C=89=E6=96=B0=E5=A2=9E=E6=9D=83?=
=?UTF-8?q?=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/static/js/evaluate/org/orgList.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main/resources/static/js/evaluate/org/orgList.js b/src/main/resources/static/js/evaluate/org/orgList.js
index c4f9bd6..624c66a 100644
--- a/src/main/resources/static/js/evaluate/org/orgList.js
+++ b/src/main/resources/static/js/evaluate/org/orgList.js
@@ -123,6 +123,9 @@ function initTreeTable() {
if(user.roleId == 7 && d.level == 4 && d.userName == user.nickname){
html += '新增';
}
+ if(user.roleId == 7 && d.level == 3 && d.userName == user.nickname){
+ html += '新增';
+ }
}
if (d.level === 5) {
if(user.roleId == 6 || user.roleId == 5){