This commit is contained in:
陈红丽 2024-12-02 15:47:39 +08:00
parent 17e4a0bc74
commit 0eb2648d8a

View File

@ -112,7 +112,7 @@
* 执行单个生成
*/
async function handleGenerator(name) {
await generator({ tableNames: name });
await generator({ tableNames: [name] });
message('一键生成成功');
}