日期:2014-05-16 浏览次数:20742 次
function edit(id){
alert(id);
$("#editWindow").dialog({
title:"修改用户",
width:400,
height:400,
closed:true,
cache:false,
top:20,
left:20,
href:basePath+"/user/editPage.action?userId="+id,
cache:false,
onBeforeClose:function(){
beforeDialogClose();
},
modal:true
});