mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 15:45:08 +08:00
perf: 优化代码生成器
This commit is contained in:
@ -48,8 +48,8 @@ const getList = async () => {
|
|||||||
if (id) {
|
if (id) {
|
||||||
// 获取表详细信息
|
// 获取表详细信息
|
||||||
const res = await getCodegenTableApi(id)
|
const res = await getCodegenTableApi(id)
|
||||||
tableCurrentRow.value = res.table
|
|
||||||
title.value = '修改[ ' + res.table.tableName + ' ]生成配置'
|
title.value = '修改[ ' + res.table.tableName + ' ]生成配置'
|
||||||
|
tableCurrentRow.value = res.table
|
||||||
cloumCurrentRow.value = res.columns
|
cloumCurrentRow.value = res.columns
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user