浏览代码

refactor: added (back) logic to get reports for EditSong modal for official songs

Kristian Vos 5 年之前
父节点
当前提交
d06193be34
共有 1 个文件被更改,包括 13 次插入1 次删除
  1. 13 1
      frontend/components/Modals/EditSong.vue

+ 13 - 1
frontend/components/Modals/EditSong.vue

@@ -595,7 +595,19 @@ export default {
 			_this.useHTTPS = res;
 		});
 
-		io.getSocket(socket => (_this.socket = socket));
+		io.getSocket(socket => {
+			this.socket = socket;
+
+			if (this.editing.type === "songs") {
+				socket.emit(
+					"reports.getReportsForSong",
+					this.editing.song.songId,
+					res => {
+						this.reports = res.data;
+					}
+				);
+			}
+		});
 
 		setInterval(() => {
 			if (