FEAT => 本次更新项目为:
This commit is contained in:
@@ -31,4 +31,5 @@ export interface AccountSelectionProps {
|
||||
showSelectedList?: boolean;
|
||||
readonly?: boolean;
|
||||
onConfirm?: (selectedOptions: AccountItem[]) => void;
|
||||
accountGroups?: any[]; // 传递账号组数据
|
||||
}
|
||||
|
||||
@@ -25,4 +25,5 @@ export interface DeviceSelectionProps {
|
||||
showInput?: boolean; // 新增
|
||||
showSelectedList?: boolean; // 新增
|
||||
readonly?: boolean; // 新增
|
||||
deviceGroups?: any[]; // 传递设备组数据
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user