fantasy-ngzorro 1.1.28 → 1.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3546,6 +3546,9 @@
3546
3546
  // 如果对象有 isShow 属性,则检查其值是否为 true
3547
3547
  return item.isShow === true;
3548
3548
  }));
3549
+ if (!this.tableCols || this.tableCols.length === 0) {
3550
+ return;
3551
+ }
3549
3552
  this.userSession = this.commonSessionService.getSession('__jy_authorization_session__');
3550
3553
  // 用于开发环境调试
3551
3554
  if (!this.userSession) {