ztxkui 2.0.3 → 2.0.4

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.
@@ -247,7 +247,8 @@ function EnhanceSelect(_a) {
247
247
  getRemoteDataHandle('', '');
248
248
  }
249
249
  else {
250
- if (typeof restProps.value === 'string') {
250
+ if (typeof restProps.value === 'string' ||
251
+ Array.isArray(restProps.value)) {
251
252
  setFirstLoading(true);
252
253
  getRemoteDataHandle('', restProps.value);
253
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",