From 9a0f82b28d5cbb0ff09e1b03ea34dc596fbcdfa9 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Fri, 19 Jun 2026 14:02:09 +0800 Subject: [PATCH] fix: remove providerid alters from CRUD JSON, let model codes handle it --- json/pricing_program.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/json/pricing_program.json b/json/pricing_program.json index 9c1a732..b4d4309 100644 --- a/json/pricing_program.json +++ b/json/pricing_program.json @@ -7,12 +7,6 @@ "browserfields": { "exclouded": ["id", "ownerid", "pricing_spec" ], "alters": { - "providerid": { - "uitype": "code", - "valueField": "id", - "textField": "orgname", - "dataurl": "{{entire_url('/rbac/get_provider.dspy')}}" - }, "discount": { "rules": [ {"type": "required", "message": "折扣不能为空"},