From 1b15225e3d1d880c5c4ee6bf76f9ad29fcb4d719 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 10:27:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3binds=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=B1=9E=E6=80=A7=E5=90=8Dwidget=E2=86=92target?= =?UTF-8?q?=EF=BC=8Cscript=E5=8F=82=E6=95=B0=E4=BD=BF=E7=94=A8event?= =?UTF-8?q?=E8=8E=B7=E5=8F=96changed=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/discount_detail_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/discount_detail_list.json b/json/discount_detail_list.json index 973e338..0c7ffaf 100644 --- a/json/discount_detail_list.json +++ b/json/discount_detail_list.json @@ -28,8 +28,8 @@ "wid": "prodtypeid", "event": "changed", "actiontype": "script", - "widget": "productid", - "script": "await this.loadData({prodtypeid: params.prodtypeid});" + "target": "productid", + "script": "await this.loadData({prodtypeid: event});" } ] }