|
@@ -1107,7 +1107,7 @@ export default {
|
|
|
sessionId: this.other.sessionId
|
|
|
}
|
|
|
this.msgVal = ''
|
|
|
- this.onSendCommon({ apiParams, socketParams }, true, true)
|
|
|
+ this.onSendCommon({ apiParams, socketParams }, true, skip)
|
|
|
},
|
|
|
// 发送、存储图片消息
|
|
|
onUploadImage (data) {
|