feat: 处理分组展示,多选右键展示

This commit is contained in:
奔跑的面条
2022-08-06 18:16:48 +08:00
parent 32488a03cd
commit 2030fcc711
5 changed files with 130 additions and 41 deletions
@@ -605,10 +605,6 @@ export const useChartEditStore = defineStore({
// * 解除分组
setUnGroup() {
const selectGroupIdArr = this.getTargetChart.selectId
if(selectGroupIdArr.length > 1) {
window['$message'].error('解除分组失败,请联系管理员!')
return
}
// 解组
const unGroup = (targetIndex: number) => {