修改bug

This commit is contained in:
zhujiyan
2024-10-30 15:02:25 +08:00
parent 038b5275ea
commit 45942b3205
15 changed files with 57 additions and 483 deletions

View File

@@ -81,7 +81,6 @@ const submit = () => {
})
}
const deleteGroup = (node: any) => {
console.log(node)
if (node.data.children && node.data.children.length > 0) {
ElMessage.error('该分组下有指标,不能删除')
return