样式调整

This commit is contained in:
pan
2024-09-02 13:34:05 +08:00
parent a04e154f94
commit 0dae5b346b
4 changed files with 67 additions and 11 deletions

View File

@@ -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 || []