Commit 1ef4f108 by zhaochengxiang

bug fix

parent 8f57e164
......@@ -50,7 +50,7 @@ const FC = React.forwardRef(function ({ item, reference, action, onChange }, ref
}, [assets, services])
React.useEffect(() => {
if (item) {
if (item?.id) {
getRelatedAssets()
getRelatedServices()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment