修复清除功能相册异常问题
This commit is contained in:
@@ -345,7 +345,7 @@ export default {
|
||||
// 清除房间相册
|
||||
delRoomAlbumClick(row) {
|
||||
this.arr = row;
|
||||
this.delType = 1;
|
||||
this.delType = 2;
|
||||
this.delDialogText = "确认要清除该房间相册吗?";
|
||||
this.delDialog = true;
|
||||
},
|
||||
|
Reference in New Issue
Block a user