添加事件

This commit is contained in:
zhaofang
2022-11-15 11:57:12 +08:00
parent dcf16210c8
commit d756c74660
5 changed files with 65 additions and 3 deletions

View File

@@ -233,7 +233,8 @@
objInfo: this.data.title,
aid: this.userInfo.aid, //当前登录人的id
aname: this.userInfo.name,//当前人的姓名
status: 1 //状态直接写1
status: 1 ,//状态直接写1
source:2,
}
apiStat.sendEvent(event);
// this.$store.dispatch("userTrigger", event);