Michael Wang 3 лет назад
Родитель
Сommit
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: "导出成功" });
 }