Update Room.vue

main
wangqiujuan0808 2024-03-23 23:48:16 +08:00
parent 426393d7d7
commit ccc863c6b5
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ const delet_room = (item) => {
project.content = project.content.filter(ele => {
return ele.room_name !== item.room_name;
})
console.log(123,project);
save_room();
}
onMounted(() => {