diff --git a/src/views/rating/topicItem/components/TopicItemRatingEdit.vue b/src/views/rating/topicItem/components/TopicItemRatingEdit.vue index 5e08bdb..b63d4f1 100644 --- a/src/views/rating/topicItem/components/TopicItemRatingEdit.vue +++ b/src/views/rating/topicItem/components/TopicItemRatingEdit.vue @@ -86,6 +86,8 @@ pageNo: 1, pageSize: 20, appId: '6a0d7dbe4c5de50f2ba66475', + topicId: '', + itemId: '', }, robotTotal: 0, fetchingRobots: false, @@ -101,6 +103,8 @@ this.dialogFormVisible = true this.robotQuery.pageNo = 1 + this.robotQuery.topicId = topicId + this.robotQuery.itemId = row.id this.robotList = [] this.robotTotal = 0 await this.fetchRobotList()