提交 e44e3ddc 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新

上级 b846e8e9
......@@ -125,7 +125,7 @@ export class PanelButtonModel extends PanelDetailModel {
* @memberof PanelButtonModel
*/
private calcActionItemAuthState() {
if (this.uiAction.dataaccaction && this.data) {
if (this.uiAction && this.uiAction.dataaccaction && this.data) {
let tempUIAction: any = Util.deepCopy(this.uiAction);
ViewTool.calcActionItemAuthState(this.data, [tempUIAction], this.panel.appUIService ? this.panel.appUIService : null);
this.visible = tempUIAction.visabled;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册