修复清除功能相册异常问题

This commit is contained in:
Dragon
2023-10-18 10:58:46 +08:00
parent 7a9eab4a73
commit 3cffb075ba

View File

@@ -345,7 +345,7 @@ export default {
// 清除房间相册
delRoomAlbumClick(row) {
this.arr = row;
this.delType = 1;
this.delType = 2;
this.delDialogText = "确认要清除该房间相册吗?";
this.delDialog = true;
},