fix: 修正消息接收者ID字段错误
This commit is contained in:
parent
45451fd40b
commit
142541a80d
|
|
@ -237,7 +237,7 @@ export default {
|
||||||
// 构建消息对象
|
// 构建消息对象
|
||||||
const message = {
|
const message = {
|
||||||
dialogueManagementId: this.vuex_msgUser.dialogueManagementId,
|
dialogueManagementId: this.vuex_msgUser.dialogueManagementId,
|
||||||
receiverId: this.vuex_msgUser.receiverId,
|
receiverId: this.vuex_msgUser.id,
|
||||||
message: this.messageValue,
|
message: this.messageValue,
|
||||||
messageType: 0,
|
messageType: 0,
|
||||||
filePath: "",
|
filePath: "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue