@ -29,7 +29,10 @@ export default {
const result = {};
for (const key in callbacks) {
result[key] = (...args) => callbacks[key](...args, this.getFormData(), this.parent)
result[key] = (...args) => callbacks[key](...args, {
data: this.getFormData(),
formList: this.parent.formList
})
}
return result