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