fix: billing.ui 查询按钮改用 urlwidget 传参,修复点击无反应
This commit is contained in:
parent
da4b0877c8
commit
ebac31f587
@ -32,9 +32,12 @@
|
|||||||
{
|
{
|
||||||
"wid": "self",
|
"wid": "self",
|
||||||
"event": "submit",
|
"event": "submit",
|
||||||
"actiontype": "method",
|
"actiontype": "urlwidget",
|
||||||
"target": "app.billing_tabular",
|
"target": "app.billing_tabular",
|
||||||
"method": "render"
|
"options": {
|
||||||
|
"url": "{{billing_url}}",
|
||||||
|
"params": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user