Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
27acbe5b
Commit
27acbe5b
authored
Nov 22, 2022
by
RuoYi
Browse files
修复某些特性的环境生成代码变乱码TXT文件问题
parent
6474a171
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/tool/gen/index.vue
View file @
27acbe5b
...
@@ -267,7 +267,7 @@ export default {
...
@@ -267,7 +267,7 @@ export default {
this
.
$modal
.
msgSuccess
(
"
成功生成到自定义路径:
"
+
row
.
genPath
);
this
.
$modal
.
msgSuccess
(
"
成功生成到自定义路径:
"
+
row
.
genPath
);
});
});
}
else
{
}
else
{
this
.
$download
.
zip
(
"
/tool/gen/batchGenCode?tables=
"
+
tableNames
,
"
ruoyi
"
);
this
.
$download
.
zip
(
"
/tool/gen/batchGenCode?tables=
"
+
tableNames
,
"
ruoyi
.zip
"
);
}
}
},
},
/** 同步数据库操作 */
/** 同步数据库操作 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment