This commit is contained in:
zzc
2026-06-01 16:10:52 +08:00
parent f3c42fb83c
commit 99bc334d0b

View File

@@ -86,6 +86,8 @@
pageNo: 1, pageNo: 1,
pageSize: 20, pageSize: 20,
appId: '6a0d7dbe4c5de50f2ba66475', appId: '6a0d7dbe4c5de50f2ba66475',
topicId: '',
itemId: '',
}, },
robotTotal: 0, robotTotal: 0,
fetchingRobots: false, fetchingRobots: false,
@@ -101,6 +103,8 @@
this.dialogFormVisible = true this.dialogFormVisible = true
this.robotQuery.pageNo = 1 this.robotQuery.pageNo = 1
this.robotQuery.topicId = topicId
this.robotQuery.itemId = row.id
this.robotList = [] this.robotList = []
this.robotTotal = 0 this.robotTotal = 0
await this.fetchRobotList() await this.fetchRobotList()