From 99bc334d0b874dbcca6a852afb7e1bae4ca28328 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Mon, 1 Jun 2026 16:10:52 +0800 Subject: [PATCH] rating --- src/views/rating/topicItem/components/TopicItemRatingEdit.vue | 4 ++++ 1 file changed, 4 insertions(+) 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()