From a1bc44d29e6749fef274e8a8b784a2d339e80156 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 18 May 2023 22:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/components/reportDrawer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/permissionApplication/components/reportDrawer.vue b/src/views/permissionApplication/components/reportDrawer.vue index 9c46bb9..460adda 100644 --- a/src/views/permissionApplication/components/reportDrawer.vue +++ b/src/views/permissionApplication/components/reportDrawer.vue @@ -192,9 +192,9 @@ export default { // form.power='' } // 是不是有以前的数据 - if(form.oldpower){ + if(form.oldpower ){ this.PERMISSION = this.PERMISSION.map(item=>{ - if(item.value == form.oldpower){ + if(item.value == form.oldpower ){ item.disabled=true }else{ item.disabled=false