Explorar o código

perf: 优化代码生成器

xingyu %!s(int64=2) %!d(string=hai) anos
pai
achega
073b3048d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      yudao-ui-admin-vue3/src/views/infra/codegen/EditTable.vue

+ 1 - 1
yudao-ui-admin-vue3/src/views/infra/codegen/EditTable.vue

@@ -48,8 +48,8 @@ const getList = async () => {
   if (id) {
     // 获取表详细信息
     const res = await getCodegenTableApi(id)
-    tableCurrentRow.value = res.table
     title.value = '修改[ ' + res.table.tableName + ' ]生成配置'
+    tableCurrentRow.value = res.table
     cloumCurrentRow.value = res.columns
   }
 }