hrsass-components 1.7.28 → 1.7.30

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.28";
68
+ var version = "1.7.30";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -3325,7 +3325,7 @@ var HrPhotograph = {
3325
3325
  WsUtil = Photograph({
3326
3326
  isSecondDev: photograph.isSecondDev,
3327
3327
  camidMain: 0,
3328
- camidSub: 0,
3328
+ camidSub: 2,
3329
3329
  GetDevName: function GetDevName(num, strUsbNamr) {
3330
3330
  console.log(num > 0, _this2.activeDevice);
3331
3331
  _this2.show = num > 0;
@@ -4690,7 +4690,7 @@ var HrDynamic = {
4690
4690
  "panelChange": function panelChange(date) {
4691
4691
  _this.$refs.yearPicker.$refs.picker.$children[0].setOpen(false);
4692
4692
 
4693
- _this.$emit('change', date.format('YYYY'));
4693
+ _this.$emit('change', date && date.format('YYYY'));
4694
4694
  }
4695
4695
  }
4696
4696
  }), name === 'MONTH' && h(antDesignVue.DatePicker, {
@@ -4708,7 +4708,7 @@ var HrDynamic = {
4708
4708
  "panelChange": function panelChange(date) {
4709
4709
  _this.$refs.monthPicker.$refs.picker.$children[0].setOpen(false);
4710
4710
 
4711
- _this.$emit('change', date.format('MM'));
4711
+ _this.$emit('change', date && date.format('MM'));
4712
4712
  }
4713
4713
  }
4714
4714
  }), name === 'CONSTANT' && h(HrConstantCode, {