<#assign gridName="cvaDevPersonnelListGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Combo type="radio" autoFirst="true" empty="false" readonly="true" title="ivs_ext_device_manager" hideLabel="true" name="parentDevice" path="ivsParentDevice.do?getOptionTree" id="parentDevice${uuid}" onChange="reloadDeviceData"/> <@ZKUI.Combo id="device" empty="false" name="device" title="common_dev_entity" onChange="reloadGridData"/> <@ZKUI.Input id="parentDeviceId" name="parentDeviceId" value="${(parentDeviceId)!}" type="hidden"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh"> <@ZKUI.ToolItem id="ivsDevicePersonnelList.do?delPersonnelList" text="common_op_del" img="comm_del.png" action="vidPersonnelListDGridCommonDel" /> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ivs.vo.IvsPersonnelListItem" query="ivsDevicePersonnelList.do?list" showColumns="checkbox,name,type"/>