mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
修改消息记录信息
This commit is contained in:
@@ -523,7 +523,19 @@ export default {
|
||||
},
|
||||
success(value){
|
||||
let content=this.userInfo.name+'评论了我的案例'+'-'+this.caseDetail.title;
|
||||
let query={refId:this.caseDetail.id,sendType:1,title:'系统消息',refType:3,content:content,sendName:this.userInfo.name,accpetId:this.caseDetail.sysCreateAid,acceptName:this.caseDetail.sysCreateBy}
|
||||
let query={
|
||||
refId:this.caseDetail.id,
|
||||
sendType:1,
|
||||
title:'系统消息',
|
||||
refType:3,
|
||||
source:1,
|
||||
pageUrl:location.href,
|
||||
sendAid:this.userInfo.aid,
|
||||
content:content,
|
||||
sendName:this.userInfo.name,
|
||||
accpetId:this.caseDetail.sysCreateAid,
|
||||
acceptName:this.caseDetail.sysCreateBy,
|
||||
}
|
||||
apiMessage.save(query).then(res=>{
|
||||
if(res.status==200){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user