1. 修复生成代码压缩包文件没有.zip扩展名bug

2. 代码生成前端界面增加表格显隐列功能
This commit is contained in:
ZhangYaodong
2022-04-02 16:31:53 +08:00
parent 6a017dddd1
commit 815e27f64a
2 changed files with 16 additions and 7 deletions

View File

@@ -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");
}
},
/** 同步数据库操作 */