From c792cbd5cc7e86244a5e5dd53f91493a78c11c5e Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 24 Jul 2024 14:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=8C=87=E6=B4=BE=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityService/policy/addPolicy.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue index a9a5533e3..ef4d37030 100644 --- a/src/views/modules/communityService/policy/addPolicy.vue +++ b/src/views/modules/communityService/policy/addPolicy.vue @@ -157,10 +157,10 @@ label-width="150px" > - + v-model="value" + active-color="#409EFF" + inactive-color="#ff4949"> + item.id === this.formData.assignInfo.serverOrgId) != -1){ + if(this.serviceOptiondList && this.serviceOptiondList.findIndex(item=>item.id === this.formData.assignInfo.serverOrgId) != -1){ let {name,mobile} = this.serviceOptiondList.filter(item=>item.id === this.formData.assignInfo.serverOrgId)[0] this.formData.serverOrgName = name this.formData.serverOrgMobile = mobile