提交 290dd280 编写于 作者: M MaxKey

Update usersList.ftl

上级 900818e0
......@@ -22,8 +22,9 @@ function onClick (event, treeId, treeNode) {
//adjunctUserIdRef
function beforeWindow( ){
if($('#datagrid').bootstrapTable('getSelections')){
$("#adjunctUserIdRef").val($('#datagrid').bootstrapTable('getSelections')[0].id);
var selData = $('#datagrid').bootstrapTable('getSelections');
if(selData && selData[0] != null){
$("#adjunctUserIdRef").val(selData[0].id);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册