Commit 5bc641fc by zhaochengxiang

bug fix

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