Browse Source

1111

shibei_master
jiangyy 3 years ago
parent
commit
6cfb84bed1
  1. 1
      src/views/modules/shequzhili/event/cpts/process-form-demand.vue
  2. 4
      src/views/modules/shequzhili/event/cpts/process-form-project.vue

1
src/views/modules/shequzhili/event/cpts/process-form-demand.vue

@ -367,6 +367,7 @@ export default {
this.selCategoryArray = [] this.selCategoryArray = []
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.formData.categoryId = this.eventDetailCopy.categoryId
this.selCateObj = { this.selCateObj = {
name: this.eventDetailCopy.categoryName, name: this.eventDetailCopy.categoryName,

4
src/views/modules/shequzhili/event/cpts/process-form-project.vue

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

Loading…
Cancel
Save