fix: data_params使用params.discountid接收URL参数
This commit is contained in:
parent
4f05c285a1
commit
07d4a1071e
@ -23,7 +23,7 @@
|
||||
},
|
||||
"data_url": "{{entire_url('./get_products_with_discount.dspy')}}",
|
||||
"data_method": "GET",
|
||||
"data_params": {},
|
||||
"data_params": {"discountid": "{{params.discountid}}"},
|
||||
"row_options": {
|
||||
"idField": "productid",
|
||||
"checkField": "checked",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user