|
@@ -44,18 +44,9 @@
|
|
|
uni.showLoading({
|
|
|
title: '加载中...'
|
|
|
})
|
|
|
- // 登录用户id
|
|
|
- const loginUserId = this.$store.state.vuex_userData.userid
|
|
|
- // console.log(loginUserId,'loginUserId')
|
|
|
findUserList({loginFlag:'1'}).then(res=>{
|
|
|
if(res.status == 200){
|
|
|
this.list = res.data || []
|
|
|
- this.list.map(item=>{
|
|
|
- if (item.id==loginUserId) {
|
|
|
- item.disabled = true
|
|
|
- }
|
|
|
- })
|
|
|
- console.log(this.list,'this.list')
|
|
|
} else {
|
|
|
this.noDataText = res.message
|
|
|
}
|