|
@ -383,6 +383,7 @@ export default { |
|
|
//回复属性赋值 |
|
|
//回复属性赋值 |
|
|
this.eventInfoData.content = this.replayInfo.content; |
|
|
this.eventInfoData.content = this.replayInfo.content; |
|
|
this.eventInfoData.status = this.replayInfo.status; |
|
|
this.eventInfoData.status = this.replayInfo.status; |
|
|
|
|
|
this.eventInfoData.timeLimit = this.replayInfo.timeLimit; |
|
|
if (this.replayInfo.categoryId) { |
|
|
if (this.replayInfo.categoryId) { |
|
|
this.eventInfoData.categoryList = []; |
|
|
this.eventInfoData.categoryList = []; |
|
|
this.eventInfoData.categoryList.push(this.replayInfo.categoryId); |
|
|
this.eventInfoData.categoryList.push(this.replayInfo.categoryId); |
|
@ -390,12 +391,11 @@ export default { |
|
|
} else if (this.formData.operationType === '5') { |
|
|
} else if (this.formData.operationType === '5') { |
|
|
this.project = {}; |
|
|
this.project = {}; |
|
|
this.demand = {}; |
|
|
this.demand = {}; |
|
|
console.log(this.$refs.ref_process_form_designate.replayInfo); |
|
|
|
|
|
this.replayInfo = this.$refs.ref_process_form_designate.replayInfo; |
|
|
this.replayInfo = this.$refs.ref_process_form_designate.replayInfo; |
|
|
console.log(this.replayInfo); |
|
|
|
|
|
//回复属性赋值 |
|
|
//回复属性赋值 |
|
|
this.eventInfoData.content = this.replayInfo.content; |
|
|
this.eventInfoData.content = this.replayInfo.content; |
|
|
this.eventInfoData.status = this.replayInfo.status; |
|
|
this.eventInfoData.status = this.replayInfo.status; |
|
|
|
|
|
this.eventInfoData.timeLimit = this.replayInfo.timeLimit; |
|
|
if (this.replayInfo.categoryId) { |
|
|
if (this.replayInfo.categoryId) { |
|
|
this.eventInfoData.categoryList = []; |
|
|
this.eventInfoData.categoryList = []; |
|
|
this.eventInfoData.categoryList.push(this.replayInfo.categoryId); |
|
|
this.eventInfoData.categoryList.push(this.replayInfo.categoryId); |
|
|