From 2f2841c16c2ccc25dc6d8af92caad2b658ec37a7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 31 May 2026 15:46:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BAproviderid=E5=92=8Cupappid?= =?UTF-8?q?=E7=9A=84alter=E6=B7=BB=E5=8A=A0=E6=98=BE=E5=BC=8F=E7=9A=84text?= =?UTF-8?q?Field=E5=92=8CvalueField?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/llm.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/json/llm.json b/json/llm.json index 4162ac8..2db318b 100644 --- a/json/llm.json +++ b/json/llm.json @@ -39,11 +39,15 @@ }, "providerid": { "uitype": "code", - "dataurl": "{{entire_url('../api/get_organizations.dspy')}}" + "dataurl": "{{entire_url('../api/get_organizations.dspy')}}", + "textField": "text", + "valueField": "value" }, "upappid": { "uitype": "code", - "dataurl": "{{entire_url('../api/get_upapps.dspy')}}" + "dataurl": "{{entire_url('../api/get_upapps.dspy')}}", + "textField": "text", + "valueField": "value" } } },