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