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