小组权限复制功能--options选择内容调整

This commit is contained in:
anhc 2022-07-13 17:36:38 +08:00
parent ffb082ea56
commit 6b96925ecb

View File

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