fix: 表单code下拉字段映射统一value/text(与get_search端点返回一致)
This commit is contained in:
parent
1330e45f7a
commit
ac160ff423
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user