在完全呈现html之前,看起来掩码应用于面板.一个简单的解决方案是在应用之前不久延迟掩模.
render: function(comp) { setTimeout(function() { comp.loadPermissions(); }, 100); }