小组权限复制功能--options选择内容调整
This commit is contained in:
parent
ffb082ea56
commit
6b96925ecb
@ -79,7 +79,12 @@ export default {
|
||||
value: member.userId,
|
||||
label: member.userName
|
||||
}
|
||||
that.form.userOpts.push(option);
|
||||
// if (member.userId == that.userid){
|
||||
// option.disabled = true;
|
||||
// }
|
||||
if (member.userId != that.userid){
|
||||
that.form.userOpts.push(option);
|
||||
}
|
||||
})
|
||||
that.loading = false;
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user