js代码
//添加数据
$('#add').click(function(){
//debugger;
top.openDialog({
title : '添加',
href : "/employee/views/users/addUser.jsp",
iconCls : 'icon-add',
callback:function(){
_this.showDataGrid();
},
width:520,
height:400
});
});
报错
TypeError: top.openDialog is not a function
openDialog不是window的方法吗?这啥情况
BIG阳
相关分类