fix: billing.ui 查询按钮 urlwidget 传参,修复点击无反应

This commit is contained in:
yumoqing 2026-07-17 17:59:09 +08:00
parent c0b91ec050
commit 16fdf90513

View File

@ -32,9 +32,12 @@
{
"wid": "self",
"event": "submit",
"actiontype": "method",
"actiontype": "urlwidget",
"target": "app.billing_tabular",
"method": "render"
"options": {
"url": "{{billing_url}}",
"params": {}
}
}
]
},