fix: failed_accounting查询用event传表单数据
This commit is contained in:
parent
74aca298a7
commit
716876fd92
@ -63,7 +63,7 @@
|
|||||||
"event": "submit",
|
"event": "submit",
|
||||||
"actiontype": "script",
|
"actiontype": "script",
|
||||||
"target": "failed_table",
|
"target": "failed_table",
|
||||||
"script": "var tbl = bricks.getWidgetById('failed_table', bricks.app.root); if(tbl) await tbl.render(params);"
|
"script": "var tbl = bricks.getWidgetById('failed_table', bricks.app.root); if(tbl) await tbl.render(event);"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user