perf: 优化代码生成器
This commit is contained in:
parent
a9c7d87872
commit
073b3048d1
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user