This commit is contained in:
yumoqing 2026-04-02 14:20:19 +08:00
parent ba4eaa4653
commit a05353a0e2

View File

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