revert: 恢复tbl.render(params),排查InlineForm数据传递问题
This commit is contained in:
parent
716876fd92
commit
cb99a83364
@ -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(event);"
|
"script": "var tbl = bricks.getWidgetById('failed_table', bricks.app.root); if(tbl) await tbl.render(params);"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user