mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
留言
This commit is contained in:
@@ -91,12 +91,12 @@
|
||||
this.$message.success("发布问题成功")
|
||||
let event = {
|
||||
key: "PulishQuestion",//后台的事件key 发布文章且审核通过
|
||||
title: this.askForm.title,//事件的标题
|
||||
title: '发布问题',//事件的标题
|
||||
parameters:"",//用户自定义参数 name:value,name:value
|
||||
content: "在问答中发布一个问题",//事件的内容
|
||||
content: "提出了问题",//事件的内容
|
||||
objId: res.result.id,//关联的id
|
||||
objType: "4",//关联的类型
|
||||
objInfo: "问答",
|
||||
objInfo: this.askForm.title,
|
||||
aid: this.userInfo.aid, //当前登录人的id
|
||||
aname: this.userInfo.name,//当前人的姓名
|
||||
status: 1 //状态,直接写1
|
||||
|
||||
Reference in New Issue
Block a user