提交 932f640d 编写于 作者: tony001's avatar tony001

修复多数据视图工具栏权限

上级 d7649f8b
...@@ -360,6 +360,8 @@ export default class MDViewEngine extends ViewEngine { ...@@ -360,6 +360,8 @@ export default class MDViewEngine extends ViewEngine {
this.calcToolbarItemState(state); this.calcToolbarItemState(state);
if(args && args.length > 0){ if(args && args.length > 0){
this.calcToolbarItemAuthState(this.transformData(args[0])); this.calcToolbarItemAuthState(this.transformData(args[0]));
}else{
this.calcToolbarItemAuthState(null);
} }
} }
...@@ -383,6 +385,7 @@ export default class MDViewEngine extends ViewEngine { ...@@ -383,6 +385,7 @@ export default class MDViewEngine extends ViewEngine {
this.view.$emit('viewload', args); this.view.$emit('viewload', args);
} }
this.calcToolbarItemState(true); this.calcToolbarItemState(true);
this.calcToolbarItemAuthState(null);
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册