Browse Source

修改联建单位无法获取的问题;

V1.0
luyan 2 years ago
parent
commit
7a6399a3c3
  1. 2
      src/views/modules/communityParty/regionalParty/activitys.vue
  2. 9
      src/views/modules/shequzhili/event/cpts/event-info.vue

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

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

Loading…
Cancel
Save