Explorar el Código

Fix修复应用编辑无法显示管理员角色

Yue hace 2 años
padre
commit
1e03ae1d4e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      VbdsmUI_V2.1.1/src/pc/manage/js/desktop.util.js

+ 1 - 1
VbdsmUI_V2.1.1/src/pc/manage/js/desktop.util.js

@@ -5195,7 +5195,7 @@ define(
 						}
 						var d = d.data.rows
 						for (var i = 0; i < d.length; i++) {
-							if (d[i].root == 1) {
+							if (d[i].id == 1) {
 								continue
 							}
 							var chk = false