From c82d8d2bce7acf7cac7cb092a6e8e7336bb4eb83 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 8 Feb 2023 14:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityParty/organization/index.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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)