hrsass-components 1.7.14 → 1.7.15

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.14";
68
+ var version = "1.7.15";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -12493,9 +12493,10 @@ var ReportCard = {
12493
12493
  watch: {
12494
12494
  data: {
12495
12495
  handler: function handler() {
12496
- this.avatar = this.data.photo || DEAFULT_AVATAE_ID;
12496
+ this.avatar = this.data && this.data.photo || DEAFULT_AVATAE_ID;
12497
12497
  },
12498
- deep: true
12498
+ deep: true,
12499
+ immediate: true
12499
12500
  }
12500
12501
  },
12501
12502
  render: function render() {