Commit 76bfce3a authored by yaya's avatar yaya

feat:列表添加用户id请求

parent ab74db24
...@@ -202,7 +202,7 @@ export default { ...@@ -202,7 +202,7 @@ export default {
*/ */
getList() { getList() {
this.listLoading = true this.listLoading = true
// this.listQuery.id = this.userId this.listQuery.id = this.userId
fansList(this.listQuery).then(response => { fansList(this.listQuery).then(response => {
this.list = response.data.data.dataList this.list = response.data.data.dataList
this.total = response.data.data.total this.total = response.data.data.total
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment