浏览代码

update service

luke 6 年之前
父节点
当前提交
39d89b9725
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      service/src/pages/TheCurrentSession.vue

+ 5 - 5
service/src/pages/TheCurrentSession.vue

@@ -726,10 +726,10 @@
 					
 					
 					this.websocketsend(JSON.stringify(data))
 					this.websocketsend(JSON.stringify(data))
 				}).catch(() => {
 				}).catch(() => {
-					// this.$message({
-					//   type: 'info',
-					//   message: '已取消删除'
-					// });
+					this.$message({
+					  type: 'info',
+					  message: '已取消删除'
+					});
 				});
 				});
 			},
 			},
 
 
@@ -1054,7 +1054,7 @@
 
 
 			/*******************qq截图粘贴---监听时间捆绑*****************/
 			/*******************qq截图粘贴---监听时间捆绑*****************/
 			paste() {
 			paste() {
-				document.getElementById('input').addEventListener('paste', this.getClipboardData);
+				document.getElementById('input').addEventListener('paste',null);
 			},
 			},
 
 
 			/**********************qq截图粘贴---发送截图*****************/
 			/**********************qq截图粘贴---发送截图*****************/