Michael Wang %!s(int64=3) %!d(string=hai) anos
pai
achega
3c4e37934d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: "导出成功" });
 }