diff --git a/src/views/modules/communityService/fuwuzhaoren/addForm.vue b/src/views/modules/communityService/fuwuzhaoren/addForm.vue index 59fabfb9c..65fbdc9ac 100644 --- a/src/views/modules/communityService/fuwuzhaoren/addForm.vue +++ b/src/views/modules/communityService/fuwuzhaoren/addForm.vue @@ -6,7 +6,7 @@ + size="small" class="u-item-width-normal" @change="handelChangeCategoryCode"> @@ -383,6 +383,13 @@ export default { }, methods: { + handelChangeCategoryCode(val){ + if(val[0] === '1041'){ + this.serviceOptions.push({label:'公益岗',value:'public_welfare_post'}) + }else{ + this.serviceOptions = this.serviceOptions.filter(item=>item.value!='public_welfare_post') + } + }, handelDisabledRules(v) { if (!v) { delete this.dataRule.resiSearchTagId; diff --git a/src/views/modules/communityService/gxxq/index.vue b/src/views/modules/communityService/gxxq/index.vue index 69b3f7c5c..b30a26122 100644 --- a/src/views/modules/communityService/gxxq/index.vue +++ b/src/views/modules/communityService/gxxq/index.vue @@ -146,7 +146,7 @@ />