Commit b9268385 authored by zjt's avatar zjt
Browse files

perf: 增加实例

parent 3b4f26de
Showing with 1 addition and 0 deletions
+1 -0
......@@ -466,6 +466,7 @@ export default class DetailStep extends Step<DetailConfig, DetailState> {
data={cloneDeep(data)}
step={step}
config={detailFieldConfig}
detail={this}
onChange={async (value: any) => { await this.handleChange(detailFieldIndex, value) }}
onValueSet={async (path, value, validation) => await this.handleValueSet(detailFieldIndex, path, value, validation)}
onValueUnset={async (path, validation) => await this.handleValueUnset(detailFieldIndex, path, validation)}
......
Supports Markdown
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