From 7a6399a3c31fc466950a23c60b0ca73d6fb4abfe Mon Sep 17 00:00:00 2001 From: luyan Date: Tue, 24 Oct 2023 14:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=81=94=E5=BB=BA=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityParty/regionalParty/activitys.vue | 2 +- src/views/modules/shequzhili/event/cpts/event-info.vue | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index 682c571a8..2ff7c01e0 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -365,7 +365,7 @@ export default { }, async loadUnit () { - const url = "/heart/icpartyunit/option" + const url = "/actual/base/icpartyunit/option" // const url = "http://yapi.elinkservice.cn/mock/245/heart/icpartyunit/option" let params = { diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index fc0d07f3d..018af9492 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -372,14 +372,13 @@ export default { } else { return false; } + this.project = {}; + this.demand = {}; this.$refs.ref_processinfo_add.getProcessInfo(); this.formData.operationType = this.$refs.ref_processinfo_add.operationType; this.eventInfoData.operationType = this.$refs.ref_processinfo_add.operationType; if (this.formData.operationType === '0' || this.formData.operationType === '6') { - this.project = {}; - this.demand = {}; this.replayInfo = this.$refs.ref_processinfo_add.replayInfo; - console.log(this.replayInfo); //回复属性赋值 this.eventInfoData.content = this.replayInfo.content; this.eventInfoData.status = this.replayInfo.status; @@ -389,8 +388,6 @@ export default { this.eventInfoData.categoryList.push(this.replayInfo.categoryId); } } else if (this.formData.operationType === '5') { - this.project = {}; - this.demand = {}; this.replayInfo = this.$refs.ref_process_form_designate.replayInfo; //回复属性赋值 this.eventInfoData.content = this.replayInfo.content; @@ -401,8 +398,6 @@ export default { this.eventInfoData.categoryList.push(this.replayInfo.categoryId); } } else if (this.formData.operationType === '4') { - this.project = {}; - this.demand = {}; this.replayInfo = {}; } this.formData = {