ソースを参照

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
修改

1004749546@qq.com 4 年 前
コミット
2bb5a4cced
1 ファイル変更0 行追加9 行削除
  1. 0 9
      pages/toDoList/chooseReceiveUser.vue

+ 0 - 9
pages/toDoList/chooseReceiveUser.vue

@@ -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
 				}