Michael Wang 3 жил өмнө
parent
commit
3c4e37934d

+ 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: "导出成功" });
 }