This commit is contained in:
yumoqing 2026-04-02 14:24:48 +08:00
parent a05353a0e2
commit 1e0f3a408d

View File

@ -9,6 +9,13 @@ kw = {
"actiontype": "script", "actiontype": "script",
"target": 'app.' + params_kw.data_widget, "target": 'app.' + params_kw.data_widget,
"script": "this.render()" "script": "this.render()"
},
{
"wid": "self",
"event": "dismissed",
"actiontype": "script",
"target": 'app.' + params_kw.referer_widget,
"script": "this.dismiss()"
} }
] ]
} }