神仙都没用 1 năm trước cách đây
mục cha
commit
9fb84b9013
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;