fix: use form_binds for edit form cascading dropdowns (prodtypeid→productid)

This commit is contained in:
Hermes Agent 2026-06-24 10:42:40 +08:00
parent 1b15225e3d
commit 80ef13af88

View File

@ -23,7 +23,7 @@
"update_data_url": "{{entire_url('../api/discount_detail_update.dspy')}}", "update_data_url": "{{entire_url('../api/discount_detail_update.dspy')}}",
"delete_data_url": "{{entire_url('../api/discount_detail_delete.dspy')}}" "delete_data_url": "{{entire_url('../api/discount_detail_delete.dspy')}}"
}, },
"binds": [ "form_binds": [
{ {
"wid": "prodtypeid", "wid": "prodtypeid",
"event": "changed", "event": "changed",