This commit is contained in:
神仙都没用 2024-06-28 15:16:54 +08:00
parent b641fed940
commit 9fb84b9013

View File

@ -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;