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