|
@@ -173,7 +173,7 @@ export default {
|
|
type: "warning"
|
|
type: "warning"
|
|
})
|
|
})
|
|
.then(async () => {
|
|
.then(async () => {
|
|
- await deleteOrganization(data.id);
|
|
|
|
|
|
+ await deleteOrganization([data.id]);
|
|
|
|
|
|
const parent = node.parent;
|
|
const parent = node.parent;
|
|
const children = parent.data.children || parent.data;
|
|
const children = parent.data.children || parent.data;
|