|
@ -363,7 +363,16 @@ export default { |
|
|
this.formData.reportUserName = this.eventDetailCopy.name |
|
|
this.formData.reportUserName = this.eventDetailCopy.name |
|
|
this.formData.reportTime = this.eventDetailCopy.happenTime |
|
|
this.formData.reportTime = this.eventDetailCopy.happenTime |
|
|
this.formData.gridId = this.eventDetailCopy.gridId |
|
|
this.formData.gridId = this.eventDetailCopy.gridId |
|
|
|
|
|
if (this.eventDetailCopy.parentCategoryId && this.eventDetailCopy.categoryId) { |
|
|
|
|
|
this.selCategoryArray = [] |
|
|
|
|
|
this.selCategoryArray.push(this.eventDetailCopy.parentCategoryId) |
|
|
|
|
|
this.selCategoryArray.push(this.eventDetailCopy.categoryId) |
|
|
|
|
|
|
|
|
|
|
|
this.selCateObj = { |
|
|
|
|
|
name: this.eventDetailCopy.categoryName, |
|
|
|
|
|
id: this.eventDetailCopy.categoryId |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
|
this.formData.demandUserName = this.demandUserName |
|
|
this.formData.demandUserName = this.demandUserName |
|
|