mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增多选中的前置处理,选中存储对象修改成数组形式
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ export type MousePositionType = {
|
||||
// 操作目标
|
||||
export type TargetChartType = {
|
||||
hoverId?: string
|
||||
selectId?: string
|
||||
selectId: string[]
|
||||
}
|
||||
|
||||
// 数据记录
|
||||
|
||||
Reference in New Issue
Block a user