From a2810a2278ab4ac1a141d30b3e4b2ec597a8b481 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 15 Mar 2023 15:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E6=80=A7=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityService/gxxq/addForm.vue | 382 ++++++---- .../communityService/gxxq/detailForm.vue | 11 +- .../modules/communityService/gxxq/index.vue | 108 ++- .../communityService/policy/policyList.vue | 679 ++++++++++-------- 4 files changed, 687 insertions(+), 493 deletions(-) diff --git a/src/views/modules/communityService/gxxq/addForm.vue b/src/views/modules/communityService/gxxq/addForm.vue index 252457643..f3452c198 100644 --- a/src/views/modules/communityService/gxxq/addForm.vue +++ b/src/views/modules/communityService/gxxq/addForm.vue @@ -90,10 +90,11 @@ @@ -139,7 +139,7 @@ export default { this.$message.error(msg); } }, - //加载组织 + //加载详情信息 async loadInfo() { const url = `/governance/commonDemand/detail/${this.gxxqId}`; @@ -194,7 +194,7 @@ export default { }, handleCancle() { this.resetData(); - this.$emit("diaDetailClose"); + this.$emit("handleClose"); }, handleOk() { @@ -207,6 +207,7 @@ export default { const url = "/actual/base/serviceitem/listServerOrg"; console.log(this.formData.commonServiceTypeId); + if(this.formData.assignFlag!=1) return let params = { serviceTypeId: this.formData.commonServiceTypeId, serverOrgType: this.formData['assignInfo'].serverOrgType, diff --git a/src/views/modules/communityService/gxxq/index.vue b/src/views/modules/communityService/gxxq/index.vue index aeed92944..60c9c44f4 100644 --- a/src/views/modules/communityService/gxxq/index.vue +++ b/src/views/modules/communityService/gxxq/index.vue @@ -131,16 +131,25 @@ > + @@ -169,11 +178,7 @@ />