Commit 5bc641fc by zhaochengxiang

bug fix

parent 74670fb2
......@@ -40,7 +40,7 @@ const FC = (props) => {
return () => {
$$header.unsubscribe()
}
}, [modelerData])
}, [modelerData?.id])
const maintenanceDescription = React.useMemo(() => {
if ((maintenanceRecords??[]).length>0) {
......
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