zhangjie 2 년 전
부모
커밋
845086b8a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;