From-wh 2 лет назад
Родитель
Сommit
1091fd4590
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      template/admin/src/pages/system/codeGeneration/index.vue

+ 1 - 1
template/admin/src/pages/system/codeGeneration/index.vue

@@ -99,7 +99,7 @@ export default {
           tableName: this.formItem.foundation.tableName,
           isTable: this.formItem.foundation.isTable,
           fromField: [],
-          columnField: '',
+          columnField: [],
         };
         crudFilePath(data).then((res) => {
           console.log(res);