lu-lowcode-package-form 0.10.30 → 0.10.31
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.
package/package.json
CHANGED
@@ -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(() => {
|