From 212a1c0eb6deb7c65c5c2d6752559ed1b0db3239 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 7 Jun 2022 17:02:59 +0800 Subject: [PATCH] 111 --- .../modules/communityService/fuwujilu/addForm.vue | 12 ++++++------ .../shequzhili/event/cpts/process-form-demand.vue | 11 ++++++++--- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/views/modules/communityService/fuwujilu/addForm.vue b/src/views/modules/communityService/fuwujilu/addForm.vue index 69c6f42b..8cb7c9c7 100644 --- a/src/views/modules/communityService/fuwujilu/addForm.vue +++ b/src/views/modules/communityService/fuwujilu/addForm.vue @@ -122,10 +122,10 @@ style="display: block"> @@ -175,10 +175,10 @@ style="display: block"> diff --git a/src/views/modules/shequzhili/event/cpts/process-form-demand.vue b/src/views/modules/shequzhili/event/cpts/process-form-demand.vue index 3423c3d8..795668e7 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-demand.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-demand.vue @@ -470,9 +470,14 @@ export default { handleServiceChange (type, val) { if (val === "social_org") { - if (type === "add") this.getServiceuserList(val, "add_demand"); - else this.getServiceuserList(val, "query_demand"); - } else this.getServiceuserList(val, ""); + if (type === "add") { + this.getServiceuserList(val, "add_demand"); + } else { + this.getServiceuserList(val, "query_demand"); + } + } else { + this.getServiceuserList(val, ""); + } }, async getServiceuserList (serviceType, query) {