mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
留言
This commit is contained in:
@@ -212,7 +212,7 @@ export default {
|
||||
key: "PublishNote",//后台的事件key
|
||||
title: '编辑了笔记',//事件的标题
|
||||
parameters: "",//用户自定义参数 name:value,name:value
|
||||
content: this.data.name,//this.mynoteData.content,//事件的内容
|
||||
content: "编辑了笔记",//this.mynoteData.content,//事件的内容
|
||||
objId: res.result.id,//关联的id
|
||||
objType: "6",//关联的类型
|
||||
objInfo: this.data.name +''+ this.score,
|
||||
|
||||
Reference in New Issue
Block a user