ztxkui 4.2.23-8 → 4.2.23-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.
@@ -551,6 +551,7 @@ function EnhanceSelect(_a) {
551
551
  if (catchData[catchDataKey]) {
552
552
  // 读取缓存数据
553
553
  fetchId.current++; // fetchId +1 防止之前的请求覆盖之后的数据
554
+ setLoading(false);
554
555
  setSelectList(catchData[catchDataKey]);
555
556
  }
556
557
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.2.23-8",
3
+ "version": "4.2.23-9",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",