* Optimize api getTypeList function.

This commit is contained in:
wangyuting
2023-12-04 14:59:35 +08:00
parent 9c536f2f9a
commit 39890a9e51
6 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -521,7 +521,7 @@ formPanel
(
set::name('type'),
set::inline(true),
set::value($api->params['paramsType']),
set::value(!empty($api->params['paramsType']) ? $api->params['paramsType'] : ''),
set::items($lang->struct->typeOptions)
)
),