意见反馈,问答

This commit is contained in:
daihh
2022-10-13 12:08:24 +08:00
parent 4e46513030
commit a5d2f3f99b
3 changed files with 25 additions and 18 deletions

View File

@@ -164,13 +164,13 @@ export default {
this.feedbackDlgShow=false;
let event = {
key: "Feedback",//后台的事件key
key: "Feedback",//后台的事件key
title: "意见反馈",//事件的标题
parameters:"",//用户自定义参数 name:value,name:value
content: '意见反馈',//事件的内容
// objId: this.data.id,//关联的id
// objType: this.type,//关联的类型
// objInfo: this.data.title,
objId: res.result.id,//关联的id
objType:'99',//关联的类型
objInfo: "意见反馈",
aid: this.userInfo.aid, //当前登录人的id
aname: this.userInfo.name,//当前人的姓名
status: 1 //状态直接写1