修改bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user