mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 处理分组展示,多选右键展示
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user