Bläddra i källkod

improve: 参数修改;

From-wh 2 år sedan
förälder
incheckning
1091fd4590
1 ändrade filer med 1 tillägg och 1 borttagningar
  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,
           tableName: this.formItem.foundation.tableName,
           isTable: this.formItem.foundation.isTable,
           isTable: this.formItem.foundation.isTable,
           fromField: [],
           fromField: [],
-          columnField: '',
+          columnField: [],
         };
         };
         crudFilePath(data).then((res) => {
         crudFilePath(data).then((res) => {
           console.log(res);
           console.log(res);