fix: 表单code下拉字段映射统一value/text(与get_search端点返回一致)

This commit is contained in:
agent.develop 2026-08-30 22:16:40 +08:00
parent 1330e45f7a
commit ac160ff423

View File

@ -32,8 +32,8 @@
"label": "脚本类型",
"uitype": "code",
"dataurl": "{{entire_url('/script_engine/api/get_search_script_type.dspy')}}",
"valueField": "script_type",
"textField": "script_type_text"
"valueField": "value",
"textField": "text"
},
{
"name": "content",
@ -51,8 +51,8 @@
"label": "状态",
"uitype": "code",
"dataurl": "{{entire_url('/script_engine/api/get_search_status.dspy')}}",
"valueField": "status",
"textField": "status_text"
"valueField": "value",
"textField": "text"
}
]
},