if (power) {
                    _.forEach(power[0], function (powerType) {
                        self.context.power = (self.context.power || []).concat(_.map(powerType, function (it) {
                            return _.get(it, 'id');
                        }));