神仙都没用 hai 1 ano
pai
achega
9fb84b9013
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/modules/helper/views/ai-code.vue

+ 2 - 1
src/modules/helper/views/ai-code.vue

@@ -396,7 +396,8 @@ const code = reactive({
 	async getColumns() {
 		return ai
 			.invokeFlow("comm-column", {
-				name: form.entity
+				name: form.entity,
+				modules: module.dirs
 			})
 			.then((res) => {
 				form.column = res.columns;