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