<#assign formId = "${uuid!}"> <#include '/public/template/editTemplate.html'> <#macro editContent>
<@i18n 'auth_dept_note'/>
*
*
*
<#if (isSuperuser)?exists && (isSuperuser)==false>* <@ZKUI.ComboGrid id="dept${uuid!}" width="148" queryField="name" hideLabel="true" value="${(item.parentId)!}" text="${(item.parentName)!}" name="parentId" grid_showColumns="ra,code,name" grid_vo="com.zkteco.zkbiosecurity.auth.vo.AuthDepartmentSelectItem" grid_query="authDepartment.do?listSelect" />