zhangjie %!s(int64=2) %!d(string=hai) anos
pai
achega
845086b8a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/base/views/OrganizationManage.vue

+ 1 - 1
src/modules/base/views/OrganizationManage.vue

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