fix(ui): 管理首页卡片target改app.voucher_content——裸id向下搜索从卡片出发找不到祖先容器,点击静默失效(bricks get_by_id downward语义实测)

This commit is contained in:
yumoqing 2026-09-13 10:56:03 +08:00
parent 6cf70983c8
commit e7e151d62a

View File

@ -34,7 +34,7 @@
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "voucher_content",
"target": "app.voucher_content",
"options": {
"url": "{{entire_url('/voucher/voucher_template_list/index.ui')}}"
},
@ -75,7 +75,7 @@
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "voucher_content",
"target": "app.voucher_content",
"options": {
"url": "{{entire_url('/voucher/voucher_instance_list/index.ui')}}"
},
@ -116,7 +116,7 @@
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "voucher_content",
"target": "app.voucher_content",
"options": {
"url": "{{entire_url('/voucher/voucher_usage_log_list/index.ui')}}"
},