样式调整
This commit is contained in:
@@ -134,7 +134,7 @@ export default {
|
||||
},
|
||||
getList() {
|
||||
this.loading = true
|
||||
this.$set(this.queryParams,"createById", this.$store.getters.userId)
|
||||
this.$set(this.queryParams,"receiverId", this.$store.getters.userId)
|
||||
listMessage(this.queryParams).then(response => {
|
||||
this.total = response?.total
|
||||
this.tableList = response?.rows || []
|
||||
|
||||
Reference in New Issue
Block a user