From 77624b1ef58a456dab8e7631916810cdcc2c5d48 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 10:56:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=8E=88=E4=BF=A1?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=8C=89=E9=92=AEbind=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 保存按钮 submit target: self → credit_form - 取消按钮 close target: self → PopupWindow --- wwwroot/credit_limit/api/set_credit_form.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/credit_limit/api/set_credit_form.ui b/wwwroot/credit_limit/api/set_credit_form.ui index 299ab66..63d2235 100644 --- a/wwwroot/credit_limit/api/set_credit_form.ui +++ b/wwwroot/credit_limit/api/set_credit_form.ui @@ -57,7 +57,7 @@ "wid": "self", "event": "click", "actiontype": "submit", - "target": "self" + "target": "credit_form" }] }, { @@ -69,7 +69,7 @@ "wid": "self", "event": "click", "actiontype": "close", - "target": "self" + "target": "PopupWindow" }] } ]