Browse Source

fix: 修复问题

zhangyuhan 8 tháng trước cách đây
mục cha
commit
28c26efd7c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/CustomerView.vue

+ 1 - 1
src/views/CustomerView.vue

@@ -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) {