Browse Source

wip:权限添加

WH01243 3 years ago
parent
commit
f84c950421
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/jfw/front/dataExport.go

+ 2 - 2
src/jfw/front/dataExport.go

@@ -859,9 +859,9 @@ func (this *DataExport) GetPcEntAuth() {
 					if hideUsers[util.IntAll(val["id"])] {
 						entnicheMenu = false
 					} else {
-						/*if  util.IntAll(val["isNew"])==1{
+						if  util.IntAll(val["isNew"])==1{
 							isNew = true
-						}*/
+						}
 						isNew = true
 						entnicheMenu = true
 					}