diff --git a/src/views/modules/communityService/fuwuzhaoren/addForm.vue b/src/views/modules/communityService/fuwuzhaoren/addForm.vue index 0f1b6c8f0..34f8846fa 100644 --- a/src/views/modules/communityService/fuwuzhaoren/addForm.vue +++ b/src/views/modules/communityService/fuwuzhaoren/addForm.vue @@ -113,7 +113,7 @@ v-for="item in serviceOptiondList" :key="item.id" :label="item.name" - :value="item.id" + :value="item.label" > diff --git a/src/views/modules/communityService/gangweizhaoren/addForm.vue b/src/views/modules/communityService/gangweizhaoren/addForm.vue index 8ec770471..99aa8fc94 100644 --- a/src/views/modules/communityService/gangweizhaoren/addForm.vue +++ b/src/views/modules/communityService/gangweizhaoren/addForm.vue @@ -129,7 +129,7 @@ v-for="item in serviceOptiondList" :key="item.id" :label="item.name" - :value="item.id" + :value="item.label" > diff --git a/src/views/modules/communityService/gxxq/addForm.vue b/src/views/modules/communityService/gxxq/addForm.vue index 8345566c2..ff3c49165 100644 --- a/src/views/modules/communityService/gxxq/addForm.vue +++ b/src/views/modules/communityService/gxxq/addForm.vue @@ -118,7 +118,7 @@ v-for="item in serviceOptiondList" :key="item.id" :label="item.name" - :value="item.id" + :value="item.label" > diff --git a/src/views/modules/communityService/jinengzhaoren/addForm.vue b/src/views/modules/communityService/jinengzhaoren/addForm.vue index e52c68e50..290163dbb 100644 --- a/src/views/modules/communityService/jinengzhaoren/addForm.vue +++ b/src/views/modules/communityService/jinengzhaoren/addForm.vue @@ -129,7 +129,7 @@ v-for="item in serviceOptiondList" :key="item.id" :label="item.name" - :value="item.id" + :value="item.label" > diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue index 9b2f0d4cd..40eeae027 100644 --- a/src/views/modules/communityService/policy/addPolicy.vue +++ b/src/views/modules/communityService/policy/addPolicy.vue @@ -201,7 +201,7 @@ v-for="item in serviceOptiondList" :key="item.id" :label="item.name" - :value="item.id" + :value="item.label" > diff --git a/src/views/modules/communityService/wennuanzhaoren/addForm.vue b/src/views/modules/communityService/wennuanzhaoren/addForm.vue index 5c32453c6..fe1bc92a1 100644 --- a/src/views/modules/communityService/wennuanzhaoren/addForm.vue +++ b/src/views/modules/communityService/wennuanzhaoren/addForm.vue @@ -129,7 +129,7 @@ v-for="item in serviceOptiondList" :key="item.id" :label="item.name" - :value="item.id" + :value="item.label" >