fix: 上传定价数据和验证定价弹窗取消按钮关闭窗口(dismiss_events)

This commit is contained in:
yumoqing 2026-06-25 13:31:05 +08:00
parent ea7db0d51c
commit 7a8f46e10b

View File

@ -56,7 +56,8 @@
"actiontype": "urlwidget", "actiontype": "urlwidget",
"target": "PopupWindow", "target": "PopupWindow",
"popup_options": { "popup_options": {
"title": "上传定价数据" "title": "上传定价数据",
"dismiss_events": ["cancel"]
}, },
"options": { "options": {
"params": { "params": {
@ -85,7 +86,8 @@
"actiontype": "urlwidget", "actiontype": "urlwidget",
"target": "PopupWindow", "target": "PopupWindow",
"popup_options": { "popup_options": {
"title": "验证定价" "title": "验证定价",
"dismiss_events": ["cancel"]
}, },
"options":{ "options":{
"params": { "params": {