Michael Wang 3 anni fa
parent
commit
3c4e37934d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: "导出成功" });
 }