Ver Fonte

fix bug

Michael Wang há 3 anos atrás
pai
commit
3c4e37934d
1 ficheiros alterados com 1 adições e 1 exclusões
  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: "导出成功" });
 }