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 = {