This commit is contained in:
zhaofang
2022-10-20 17:13:20 +08:00
parent 80b019f086
commit 6b78bebff1
6 changed files with 24 additions and 19 deletions

View File

@@ -369,7 +369,7 @@ export default {
content: "编辑了笔记",//this.mynoteData.content,//事件的内容
objId: res.result.id,//关联的id
objType: "6",//关联的类型
objInfo: this.data.name +''+ this.score,
objInfo: this.data.name +'&'+ this.score,
aid: this.userInfo.aid, //当前登录人的id
aname: this.userInfo.name,//当前人的姓名
status: 1 //状态直接写1