fix: 修正授信表单按钮bind target

- 保存按钮 submit target: self → credit_form
- 取消按钮 close target: self → PopupWindow
This commit is contained in:
Hermes Agent 2026-06-24 10:56:04 +08:00
parent 625c6b6873
commit 77624b1ef5

View File

@ -57,7 +57,7 @@
"wid": "self", "wid": "self",
"event": "click", "event": "click",
"actiontype": "submit", "actiontype": "submit",
"target": "self" "target": "credit_form"
}] }]
}, },
{ {
@ -69,7 +69,7 @@
"wid": "self", "wid": "self",
"event": "click", "event": "click",
"actiontype": "close", "actiontype": "close",
"target": "self" "target": "PopupWindow"
}] }]
} }
] ]