From fcff8bf0beb0765f9dd150c493d6a25d24a9132b Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 5 Aug 2022 15:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=97=E6=84=BF=E8=80=85key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/command/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/modules/visual/command/index.vue b/src/views/modules/visual/command/index.vue index 60de244ed..1b2fa81c7 100644 --- a/src/views/modules/visual/command/index.vue +++ b/src/views/modules/visual/command/index.vue @@ -466,7 +466,9 @@ export default { ) { this.serviceDefaultData = { serviceOrgType: - info.placeType == "ic_user_volunteer" ? "" : info.placeType, + info.placeType == "volunteer" + ? "ic_user_volunteer" + : info.placeType, serviceOrgId: info.id, }; } else if (info.placeType == "grid") {