ztxkui 2.1.8 → 2.1.9

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.
@@ -344,6 +344,7 @@ function EnhanceSelect(_a) {
344
344
  };
345
345
  // onChange 方法
346
346
  var onChangeHandle = function (value, option) {
347
+ setFirstLoading(true);
347
348
  if (((Array.isArray(value) && value.length === 0) || !value) &&
348
349
  remoteSearch &&
349
350
  !firstClearData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",