fix: 修正binds配置属性名widget→target,script参数使用event获取changed值

This commit is contained in:
Hermes Agent 2026-06-24 10:27:00 +08:00
parent 0990799ee1
commit 1b15225e3d

View File

@ -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});"
}
]
}