@@ -90,7 +90,7 @@
},
async getFollowList() {
let params = {
- targetId: this.$route.query.id,
+ targetId: this.$route.query.id.toString(),
targetType: this.targetType,
DaysBeforeToday: 9999,
}