框架
组件
插件
API
简体中文
约 87 字小于 1 分钟
2025-09-22
更新主对象数据。
无
{ event: "form.render.end", functional: function (pluginExecResult, options) { console.log("custom plugin: form.render.end exec"); let {dataUpdater}=options; //更新主对象数据 dataUpdater.updateMaster({name:"1111"}) } },