add 巡查相关页面

This commit is contained in:
2021-06-22 17:08:06 +08:00
parent 198b30aadd
commit fa1a598beb
8 changed files with 50 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ export default class index extends Component {
{!loading && (
<ComponentDynamic
is={item.component}
record={record}
{...this.props}
onRef={child => this.call(child, i)}
/>
)}