|
@ -371,10 +371,14 @@ export default { |
|
|
this.selCategoryArray.push(this.eventDetailCopy.parentCategoryId) |
|
|
this.selCategoryArray.push(this.eventDetailCopy.parentCategoryId) |
|
|
this.selCategoryArray.push(this.eventDetailCopy.categoryId) |
|
|
this.selCategoryArray.push(this.eventDetailCopy.categoryId) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.selCateObj = { |
|
|
this.selCateObj = { |
|
|
name: this.eventDetailCopy.categoryName, |
|
|
name: this.eventDetailCopy.categoryName, |
|
|
id: this.eventDetailCopy.categoryId |
|
|
id: this.eventDetailCopy.categoryId |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.formData.categoryList = [] |
|
|
|
|
|
this.formData.categoryList.push(this.selCateObj) |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
|
|
|
|
|
|