rating
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user