Update Room.vue
parent
426393d7d7
commit
ccc863c6b5
|
@ -223,7 +223,6 @@ const delet_room = (item) => {
|
||||||
project.content = project.content.filter(ele => {
|
project.content = project.content.filter(ele => {
|
||||||
return ele.room_name !== item.room_name;
|
return ele.room_name !== item.room_name;
|
||||||
})
|
})
|
||||||
console.log(123,project);
|
|
||||||
save_room();
|
save_room();
|
||||||
}
|
}
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
|
Loading…
Reference in New Issue