Compare commits

...

2 Commits

Author SHA1 Message Date
fyy
4f156a3f58 Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
2025-07-29 17:23:33 +08:00
fyy
9acceacdf0 fix: 园区管理编辑社区类型错误bug修复 2025-07-29 17:23:12 +08:00

View File

@ -64,8 +64,10 @@ const [BasicModal, modalApi] = useVbenModal({
isUpdate.value = !!id;
if (isUpdate.value && id) {
const record = await communityInfo(id);
await formApi.setValues(record);
await formApi.setValues({
...record,
communityType: String(record.communityType),
});
}
setupDeptSelect();