feat: 新增组件多选和右键成组按钮

This commit is contained in:
奔跑的面条
2022-06-28 21:57:29 +08:00
parent 1d1dd07c2f
commit 8a10a9cf82
9 changed files with 109 additions and 63 deletions
@@ -172,7 +172,7 @@ export const useChartEditStore = defineStore({
this.targetChart.selectId = []
return
}
// 新增
// 多选
if(push) {
// 字符串
if(isString(selectId)) {