Pre Merge pull request !1026 from LgLNRiyTnKNscHZ/master
commit
af56d18036
|
|
@ -266,7 +266,8 @@ export default {
|
|||
this.$modal.msgSuccess("成功生成到自定义路径:" + row.genPath)
|
||||
})
|
||||
} else {
|
||||
this.$download.zip("/tool/gen/batchGenCode?tables=" + tableNames, "ruoyi.zip")
|
||||
const zipName = "ruoyi-" + tableNames +".zip"
|
||||
this.$download.zip("/tool/gen/batchGenCode?tables=" + tableNames, zipName)
|
||||
}
|
||||
},
|
||||
/** 同步数据库操作 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue