fix: 修正授信表单按钮bind target
- 保存按钮 submit target: self → credit_form - 取消按钮 close target: self → PopupWindow
This commit is contained in:
parent
625c6b6873
commit
77624b1ef5
@ -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"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user