mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
课程学习处删除笔记事件
This commit is contained in:
@@ -393,9 +393,9 @@ export default {
|
||||
//删除事件
|
||||
let event = {
|
||||
key: "DeleteNote",//
|
||||
title: "删除笔记",//
|
||||
title: "删除笔记",//
|
||||
parameters:"author",//
|
||||
content: "删除了笔记",//事件的内容
|
||||
content: "删除了笔记",//
|
||||
source:'page',
|
||||
objId: item.id,//关联的id
|
||||
objType: "6",//关联的类型
|
||||
|
||||
Reference in New Issue
Block a user