This commit is contained in:
神仙都没用 2024-06-28 15:24:03 +08:00
parent 4c73d94a3c
commit e40da32789

View File

@ -401,7 +401,7 @@ const code = reactive({
})
.then((res) => {
form.column = res.columns;
form.entity = res.module;
form.module = res.module;
});
},