guoxing 2 years ago
parent
commit
3e489db76b
  1. 2
      mallplusui-web-admin/src/views/ums/member/index.vue

2
mallplusui-web-admin/src/views/ums/member/index.vue

@ -677,7 +677,7 @@
this.listLoading = true this.listLoading = true
if (this.listQuery.nickname == "") if (this.listQuery.nickname == "")
this.listQuery.nickname: null, this.listQuery.nickname=null,
fetchList(this.listQuery).then(response => { fetchList(this.listQuery).then(response => {

Loading…
Cancel
Save