perf: 优化代码生成器

This commit is contained in:
xingyu 2023-01-14 00:03:02 +08:00
parent a9c7d87872
commit 073b3048d1

View File

@ -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
} }
} }