hrsass-components 1.7.48 → 1.7.49

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.
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
65
65
  var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
66
66
  var saveSvgAsPng = require('save-svg-as-png');
67
67
 
68
- var version = "1.7.48";
68
+ var version = "1.7.49";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -1193,7 +1193,7 @@ var HrConstantCode = {
1193
1193
  change: this.onChange
1194
1194
  }))
1195
1195
  }, [dataset.map(function (item) {
1196
- if (_this5.type === 'LIST' && (item.typeCode.includes('LabelColor') || item.typeCode.includes('OrgColor'))) {
1196
+ if (_this5.type === 'LIST' && item.typeCode && (item.typeCode.includes('LabelColor') || item.typeCode.includes('OrgColor'))) {
1197
1197
  var colorBlock = {
1198
1198
  width: '16px',
1199
1199
  height: '16px',