fix: 记账失败原因toolbar-params改为URL传参避免xls2crud序列化错误

This commit is contained in:
Hermes Agent 2026-06-18 12:00:00 +08:00
parent 88d2fd2c86
commit 6bcacaf94a

View File

@ -24,8 +24,7 @@
"cheight": 20 "cheight": 20
}, },
"options": { "options": {
"url": "{{entire_url('../api/show_failed_reason.dspy')}}", "url": "{{entire_url('../api/show_failed_reason.dspy')}}?id=${id}$"
"params": {"id": "${id}$"}
} }
} }
], ],