hrsass-components 1.7.10 → 1.7.11

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.10";
68
+ var version = "1.7.11";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -8894,7 +8894,8 @@ var index = {
8894
8894
  if (id) {
8895
8895
  _this12._getSchemeList(id);
8896
8896
  } else {
8897
- _this12.selectedSchemeId = null;
8897
+ // this.selectedSchemeId = null;
8898
+ _this12._getSchemeList();
8898
8899
  }
8899
8900
  },
8900
8901
  "tempSearch": function tempSearch(tempConditionList, schemeId) {
@@ -13175,33 +13176,7 @@ var en_US = {
13175
13176
  selectAll: 'Select all',
13176
13177
  searchPlaceholder: 'Please enter keywords',
13177
13178
  loading: 'Loading'
13178
- } // Modal: {
13179
- // okText: '确定',
13180
- // cancelText: '取消',
13181
- // justOkText: '知道了',
13182
- // },
13183
- // Popconfirm: {
13184
- // cancelText: '取消',
13185
- // okText: '确定',
13186
- // },
13187
- // Transfer: {
13188
- // searchPlaceholder: '请输入搜索内容',
13189
- // itemUnit: '项',
13190
- // itemsUnit: '项',
13191
- // },
13192
- // Upload: {
13193
- // uploading: '文件上传中',
13194
- // removeFile: '删除文件',
13195
- // uploadError: '上传错误',
13196
- // previewFile: '预览文件',
13197
- // },
13198
- // Empty: {
13199
- // description: '暂无数据',
13200
- // },
13201
- // Icon: {
13202
- // icon: '图标',
13203
- // },
13204
-
13179
+ }
13205
13180
  };
13206
13181
 
13207
13182
  function ownKeys$m(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }