lu-lowcode-package-form 0.10.30 → 0.10.31

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lu-lowcode-package-form",
3
- "version": "0.10.30",
3
+ "version": "0.10.31",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^4.8.1",
6
6
  "@dnd-kit/core": "^6.1.0",
@@ -21,8 +21,9 @@ const SearchSelect = forwardRef(({ addWrapper = true, form, fieldName, fieldsVal
21
21
  typeof onChange === 'function' && onChange(item)
22
22
  }
23
23
  }
24
+
24
25
  // 没有找到与value相等的选项,说明该项数据可能尚未加载,此时需要重新加载数据
25
- if (!item) loadSelectOptions()
26
+ if (!item) loadSelectOptions()
26
27
  }
27
28
  }, [value])
28
29
  // useEffect(() => {