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

This reverts commit ebac31f5877a97166dd13f0bcfd11d009c2b612a.
This commit is contained in:
yumoqing 2026-07-17 17:40:01 +08:00
parent ebac31f587
commit c0b91ec050

View File

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