修复 subForm 的 btnLabel 取值问题

This commit is contained in:
2betop 2020-04-28 17:54:40 +08:00
parent bb7d495c45
commit 25d72c6324
1 changed files with 2 additions and 2 deletions

View File

@ -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>