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:
@@ -85,6 +85,10 @@ export default {
|
||||
type: Object,
|
||||
default: () => { }
|
||||
},
|
||||
score: {
|
||||
type:String,
|
||||
default:''
|
||||
}
|
||||
},
|
||||
name: 'MyNote',
|
||||
data() {
|
||||
@@ -206,12 +210,12 @@ export default {
|
||||
// 是编辑新增
|
||||
let event = {
|
||||
key: "PublishNote",//后台的事件key
|
||||
title: this.data.name,//事件的标题
|
||||
title: '编辑了笔记',//事件的标题
|
||||
parameters: "",//用户自定义参数 name:value,name:value
|
||||
content: this.data.name,//this.mynoteData.content,//事件的内容
|
||||
objId: res.result.id,//关联的id
|
||||
objType: "6",//关联的类型
|
||||
objInfo: "笔记",
|
||||
objInfo: this.data.name +''+ this.score,
|
||||
aid: this.userInfo.aid, //当前登录人的id
|
||||
aname: this.userInfo.name,//当前人的姓名
|
||||
status: 1 //状态,直接写1
|
||||
|
||||
Reference in New Issue
Block a user