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

This commit is contained in:
yumoqing 2026-07-17 17:37:33 +08:00
parent da4b0877c8
commit ebac31f587

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": {}
}
}
]
},