fix: query_apiname双问号修复+isdefaultcatelog改硬编码
This commit is contained in:
parent
ac79d6c0d0
commit
2e2fa36896
@ -13,15 +13,16 @@
|
||||
},
|
||||
"query_apiname": {
|
||||
"uitype": "code",
|
||||
"dataurl": "{{entire_url('../api/get_search_apiname.dspy?allow_empty=1')}}?llmid={{params_kw.llmid}}",
|
||||
"dataurl": "{{entire_url('../api/get_search_apiname.dspy')}}?allow_empty=1&llmid={{params_kw.llmid}}",
|
||||
"valueField": "apiname",
|
||||
"textField": "apiname_text"
|
||||
},
|
||||
"isdefaultcatelog": {
|
||||
"uitype": "code",
|
||||
"dataurl": "{{entire_url('/appbase/get_appcodes_kv.dspy')}}?parentid=isdefaultcatelog_flg",
|
||||
"valueField": "k",
|
||||
"textField": "v"
|
||||
"data": [
|
||||
{"value": "0", "text": "否"},
|
||||
{"value": "1", "text": "是"}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user