@@ -46,6 +46,12 @@ Page({
businessId: options.activityId,
})
+ if (options.channel) {
+ this.refStatisticsPostParam.channel = options.channel
+ }
+ if (options.department) {
+ this.refStatisticsPostParam.department = options.department
},
/**