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
@@ -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(() => {
|