ztxkui 4.3.41 → 4.3.42

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.
@@ -688,6 +688,7 @@ function EnhanceSelect(_a) {
688
688
  }
689
689
  else {
690
690
  if (typeof restProps.value === 'string' ||
691
+ typeof restProps.value === 'number' ||
691
692
  (Array.isArray(restProps.value) && restProps.value.length > 0)) {
692
693
  // console.log('第二次请求数据,默认为需要根据主键去请求', restProps.value);
693
694
  setFirstLoading(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.3.41",
3
+ "version": "4.3.42",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",