mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-04-29 10:47:52 +08:00
TypeScript前端代码生成模板同步到最新
This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
||||
this.$modal.msgError("请选择要导入的表")
|
||||
return
|
||||
}
|
||||
importTable({ tables: tableNames }).then(res => {
|
||||
importTable({ tables: tableNames, tplWebType: 'element-ui' }).then(res => {
|
||||
this.$modal.msgSuccess(res.msg)
|
||||
if (res.code === 200) {
|
||||
this.visible = false
|
||||
|
||||
Reference in New Issue
Block a user