From 3a91d0091c0ae1186138987fc7ac0e2e812f6aab Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 29 Jun 2026 11:19:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Tabular=E7=9A=84params=E6=94=B9=E4=B8=BA?= =?UTF-8?q?data=5Fparams=EF=BC=8C=E4=BD=BFdiscountid=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E4=BC=A0=E9=80=92=E5=88=B0get=5Fproducts=5Fwith=5Fdiscount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/discount_setting/index.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/discount_setting/index.ui b/wwwroot/discount_setting/index.ui index 5ed59d2..1b66271 100644 --- a/wwwroot/discount_setting/index.ui +++ b/wwwroot/discount_setting/index.ui @@ -18,7 +18,7 @@ ] }, "data_url": "{{entire_url('./get_products_with_discount.dspy')}}", - "params": { + "data_params": { "discountid": "{{params_kw.discountid}}" }, "data_method": "GET",