fix: Tabular的params改为data_params,使discountid正确传递到get_products_with_discount

This commit is contained in:
yumoqing 2026-06-29 11:19:54 +08:00
parent 4c7a47d71f
commit 3a91d0091c

View File

@ -18,7 +18,7 @@
]
},
"data_url": "{{entire_url('./get_products_with_discount.dspy')}}",
"params": {
"data_params": {
"discountid": "{{params_kw.discountid}}"
},
"data_method": "GET",