hrsass-components 1.7.34 → 1.7.35

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.34";
68
+ var version = "1.7.35";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -3857,7 +3857,10 @@ var HrSelectEmp = {
3857
3857
  var _this = this;
3858
3858
  queryString = encodeURI(queryString);
3859
3859
  var queryData = this.queryData;
3860
- this.$axios.post("business/emp/empinfo/empselector/getEmpSelectorInfoDTOList.search?inStr=".concat(queryString || ''), {
3860
+ this.$axios.get("business/emp/empinfo/empselector/getEmpSelectorInfoDTOListNew.search?inStr=".concat(queryString || ''), {
3861
+ headers: {
3862
+ functionid: 'STD-PWSQGL'
3863
+ },
3861
3864
  queryData: queryData
3862
3865
  }).then(function () {
3863
3866
  var res = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];