提交 35a709cb 编写于 作者: KK's avatar KK

修复全局通知在新建表单时报错

上级 cdf84625
......@@ -919,7 +919,7 @@ import { Util } from '@/ibiz-core/utils';
if(!Object.is(name,"${ctrl.getPSAppDataEntity().getCodeName()}")){
return;
}
if(Object.is(action,'appRefresh') && data.appRefreshAction){
if(Object.is(action,'appRefresh') && data.appRefreshAction && this.context.${ctrl.getPSAppDataEntity().getCodeName()?lower_case}){
this.refresh([data]);
}
})
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册