TypeScript前端代码生成模板同步到最新

This commit is contained in:
RuoYi
2026-03-12 12:24:35 +08:00
parent a6f142db96
commit 7816597b86
14 changed files with 1226 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ export default {
this.$modal.msgError("请输入建表语句")
return
}
createTable({ sql: this.content }).then(res => {
createTable({ sql: this.content, tplWebType: 'element-ui' }).then(res => {
this.$modal.msgSuccess(res.msg)
if (res.code === 200) {
this.visible = false