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的方法吗?这啥情况
添加回答
举报
0/150
提交
取消