|
// 删除之后事件
Model.prototype.mainDataAfterDelete = function(event){
justep.Portal.closeWindow();
};
点击删除按钮,在删除后事件调用justep.Portal.closeWindow();之后报错
Cannot read property 'comp' of undefined
隐藏详细
TypeError: Cannot read property 'comp' of undefined at n.ViewComponent.extend.getData (eval at <anonymous> (http://127.0.0.1:8080/x5/$va1cdd6585bc84255bc22abb5408bbf8c$lzh_CN$sdesktop$dpc/UI2/system/core.min.js:36:33278), <anonymous>:211:318948) at n.ViewComponent.extend._getDatas (eval at <anonymous> (http://127.0.0.1:8080/x5/$va1cdd6585bc84255bc22abb5408bbf8c$lzh_CN$sdesktop$dpc/UI2/system/core.min.js:36:33278), <anonymous>:211:319538) at eval (eval at <anonymous> (http://127.0.0.1:8080/x5/$va1cdd6585bc84255bc22abb5408bbf8c$lzh_CN$sdesktop$dpc/UI2/system/core.min.js:36:33278), <anonymous>:211:328711)
这个该怎么处理? |
|