mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 13:42:50 +00:00
1
This commit is contained in:
parent
b641fed940
commit
9fb84b9013
@ -396,7 +396,8 @@ const code = reactive({
|
|||||||
async getColumns() {
|
async getColumns() {
|
||||||
return ai
|
return ai
|
||||||
.invokeFlow("comm-column", {
|
.invokeFlow("comm-column", {
|
||||||
name: form.entity
|
name: form.entity,
|
||||||
|
modules: module.dirs
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
form.column = res.columns;
|
form.column = res.columns;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user