Explorar el Código

improve: 参数修改;

From-wh hace 2 años
padre
commit
1091fd4590
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);