Pre Merge pull request !182 from luyongqiang/N/A

This commit is contained in:
luyongqiang 2025-02-07 02:55:33 +00:00 committed by Gitee
commit 566ff293d6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -185,7 +185,7 @@ const handleGenTable = async (row?: TableVO) => {
await genCode(row.tableId);
proxy?.$modal.msgSuccess('成功生成到自定义路径:' + row.genPath);
} else {
proxy?.$download.zip('/tool/gen/batchGenCode?tableIdStr=' + tbIds, 'ruoyi.zip');
proxy?.$download.zip('/tool/gen/batchGenCode?tableIdStr=' + tbIds, row?.className + '_code.zip');
}
};
/** 同步数据库操作 */