修复 subForm 的 btnLabel 取值问题
This commit is contained in:
parent
bb7d495c45
commit
25d72c6324
|
@ -193,7 +193,7 @@ export default class SubFormControl extends React.PureComponent<
|
|||
tpl: btnLabel
|
||||
},
|
||||
{
|
||||
data
|
||||
data: createObject(data, value)
|
||||
}
|
||||
)}
|
||||
</span>
|
||||
|
@ -253,7 +253,7 @@ export default class SubFormControl extends React.PureComponent<
|
|||
tpl: btnLabel
|
||||
},
|
||||
{
|
||||
data
|
||||
data: createObject(data, value)
|
||||
}
|
||||
)}
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue