修复脚本管理和日志管理树字段

This commit is contained in:
whyour
2022-06-05 18:44:35 +08:00
parent 15678b029c
commit be76ff4675
4 changed files with 11 additions and 8 deletions
+1
View File
@@ -451,6 +451,7 @@ const Script = ({ headerStyle, isPhone, theme, socketMessage }: any) => {
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
treeData={data}
placeholder="请选择脚本"
fieldNames={{ value: 'key', label: 'title' }}
showSearch
onSelect={onSelect}
/>,