diff --git a/src/views/modules/communityParty/organization/index.vue b/src/views/modules/communityParty/organization/index.vue index 1f00d003e..a3d0f1f14 100644 --- a/src/views/modules/communityParty/organization/index.vue +++ b/src/views/modules/communityParty/organization/index.vue @@ -37,9 +37,9 @@ size="small" clearable> + :key="item.categoryName" + :label="item.categoryName" + :value="item.categoryId"> @@ -346,11 +346,9 @@ //获取服务事项下拉框 async loadService () { - const url = "/heart/serviceitem/dict-list" - - + const url = "/heart/serviceitem/dict-options" let params = { - // parentCategoryCode: '1010' + type:'all' } const { data, code, msg } = await requestPost(url, params)