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