fix: 上传定价数据和验证定价弹窗取消按钮关闭窗口(dismiss_events)
This commit is contained in:
parent
ea7db0d51c
commit
7a8f46e10b
@ -56,7 +56,8 @@
|
||||
"actiontype": "urlwidget",
|
||||
"target": "PopupWindow",
|
||||
"popup_options": {
|
||||
"title": "上传定价数据"
|
||||
"title": "上传定价数据",
|
||||
"dismiss_events": ["cancel"]
|
||||
},
|
||||
"options": {
|
||||
"params": {
|
||||
@ -85,7 +86,8 @@
|
||||
"actiontype": "urlwidget",
|
||||
"target": "PopupWindow",
|
||||
"popup_options": {
|
||||
"title": "验证定价"
|
||||
"title": "验证定价",
|
||||
"dismiss_events": ["cancel"]
|
||||
},
|
||||
"options":{
|
||||
"params": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user