@@ -527,6 +527,7 @@ const handleUpdate = async (row?: CommunityVO) => {
console.info(item.e, 'item.e');
if (item.e === '0') {
item.defaults = true;
+ item.enumC = '0';
}
})
@@ -370,6 +370,7 @@ const handleUpdate = async (row?: FacilitiesVO) => {
fileList.value.forEach(item => {
});
@@ -463,6 +463,7 @@ const handleUpdate = async (row?: PositionVO) => {
@@ -579,6 +579,7 @@ const handleUpdate = async (row?: RegionVO) => {
@@ -754,6 +754,7 @@ const handleUpdate = async (row?: RoomVO) => {