From 0990799ee192eafbe21709ccec23183e715056da Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 10:13:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BA=A7=E5=93=81=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BA=A7=E8=81=94=E8=81=94=E5=8A=A8=EF=BC=8C?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=BA=A7=E5=93=81=E7=A7=8D=E7=B1=BB=E5=90=8E?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8A=A0=E8=BD=BD=E5=AF=B9=E5=BA=94=E4=BA=A7?= =?UTF-8?q?=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/discount_detail_list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/json/discount_detail_list.json b/json/discount_detail_list.json index 020267b..973e338 100644 --- a/json/discount_detail_list.json +++ b/json/discount_detail_list.json @@ -22,6 +22,15 @@ "new_data_url": "{{entire_url('../api/discount_detail_create.dspy')}}", "update_data_url": "{{entire_url('../api/discount_detail_update.dspy')}}", "delete_data_url": "{{entire_url('../api/discount_detail_delete.dspy')}}" - } + }, + "binds": [ + { + "wid": "prodtypeid", + "event": "changed", + "actiontype": "script", + "widget": "productid", + "script": "await this.loadData({prodtypeid: params.prodtypeid});" + } + ] } }