From 6b96925ecb8a60ba0b9116fca1b91ff031fed155 Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Wed, 13 Jul 2022 17:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=BB=84=E6=9D=83=E9=99=90=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E5=8A=9F=E8=83=BD--options=E9=80=89=E6=8B=A9=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/role/PermCopy.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; },