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") {