diff --git a/com.actionsoft.apps.coe.pal.cooperation/src/views/role/PermCopy.vue b/com.actionsoft.apps.coe.pal.cooperation/src/views/role/PermCopy.vue index 68e93db..7540135 100644 --- a/com.actionsoft.apps.coe.pal.cooperation/src/views/role/PermCopy.vue +++ b/com.actionsoft.apps.coe.pal.cooperation/src/views/role/PermCopy.vue @@ -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; },