mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-02 15:01:57 +08:00
1. 修复生成代码压缩包文件没有.zip扩展名bug
2. 代码生成前端界面增加表格显隐列功能
This commit is contained in:
@@ -267,7 +267,7 @@ export default {
|
||||
this.$modal.msgSuccess("成功生成到自定义路径:" + row.genPath);
|
||||
});
|
||||
} else {
|
||||
this.$download.zip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
|
||||
this.$download.zip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi.zip");
|
||||
}
|
||||
},
|
||||
/** 同步数据库操作 */
|
||||
|
||||
Reference in New Issue
Block a user