Michael Wang 3 년 전
부모
커밋
3c4e37934d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/features/subOrg/SubOrg.vue

+ 1 - 1
src/features/subOrg/SubOrg.vue

@@ -319,7 +319,7 @@ async function handleImport() {
 /** </handleImport> */
 
 async function handleExport() {
-  await exportOrgs({ rootOrgId, name, code, enable: true });
+  await exportOrgs({ rootOrgId, name, code, enable });
   void message.success({ content: "导出成功" });
 }