mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
1
This commit is contained in:
parent
9fb84b9013
commit
4c73d94a3c
@ -397,7 +397,7 @@ const code = reactive({
|
|||||||
return ai
|
return ai
|
||||||
.invokeFlow("comm-column", {
|
.invokeFlow("comm-column", {
|
||||||
name: form.entity,
|
name: form.entity,
|
||||||
modules: module.dirs
|
modules: module.dirs.join("、")
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
form.column = res.columns;
|
form.column = res.columns;
|
||||||
|
Loading…
Reference in New Issue
Block a user