@kdcloudjs/kdesign 1.7.10 → 1.7.12

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.
package/dist/kdesign.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.9
3
+ * @kdcloudjs/kdesign v1.7.11
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -7678,6 +7678,7 @@ var CityPanel = function CityPanel(_ref) {
7678
7678
  if (commons && currentGroup === cityPickerLang.common) {
7679
7679
  setList([commons[activedIndex] || []]);
7680
7680
  setGroupKeys(null);
7681
+ setActivedGroupIndex(index);
7681
7682
  return;
7682
7683
  }
7683
7684
  var currentGroups = (currentGroup || '').split('');