From 16fdf90513dfc29150f64a94856bfd9ca3a7635e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 17 Jul 2026 17:59:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20billing.ui=20=E6=9F=A5=E8=AF=A2=E6=8C=89?= =?UTF-8?q?=E9=92=AE=20urlwidget=20=E4=BC=A0=E5=8F=82=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=82=B9=E5=87=BB=E6=97=A0=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/billing.ui | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wwwroot/billing.ui b/wwwroot/billing.ui index 366de05..dfbb0a0 100644 --- a/wwwroot/billing.ui +++ b/wwwroot/billing.ui @@ -32,9 +32,12 @@ { "wid": "self", "event": "submit", - "actiontype": "method", + "actiontype": "urlwidget", "target": "app.billing_tabular", - "method": "render" + "options": { + "url": "{{billing_url}}", + "params": {} + } } ] },