Pre Merge pull request !182 from luyongqiang/N/A
This commit is contained in:
commit
566ff293d6
@ -185,7 +185,7 @@ const handleGenTable = async (row?: TableVO) => {
|
|||||||
await genCode(row.tableId);
|
await genCode(row.tableId);
|
||||||
proxy?.$modal.msgSuccess('成功生成到自定义路径:' + row.genPath);
|
proxy?.$modal.msgSuccess('成功生成到自定义路径:' + row.genPath);
|
||||||
} else {
|
} else {
|
||||||
proxy?.$download.zip('/tool/gen/batchGenCode?tableIdStr=' + tbIds, 'ruoyi.zip');
|
proxy?.$download.zip('/tool/gen/batchGenCode?tableIdStr=' + tbIds, row?.className + '_code.zip');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
/** 同步数据库操作 */
|
/** 同步数据库操作 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user