Browse Source

【PC端优化】议题管理待回应操作人部门修改-王公峰-2020-07-30

master
wanggongfeng 5 years ago
parent
commit
e6c0681059
  1. 8
      src/views/modules/events/issue-review-detail-view.vue

8
src/views/modules/events/issue-review-detail-view.vue

@ -91,7 +91,9 @@ export default {
categoryId: '',
advice: '',
handlerDeptIdRule: '',
eventState: '4'
eventState: '4',
handlerDeptName: '',
handlerDeptId: ''
},
isAble: false,
categoryIds: [],
@ -159,8 +161,8 @@ export default {
.catch(() => {})
},
changeHandle (value, selectedData) {
this.dataForm.handleDeptName = this.$refs['name'].getCheckedNodes()[0].label
this.dataForm.handleDeptId = this.$refs['name'].getCheckedNodes()[0].value
this.dataForm.handlerDeptName = this.$refs['name'].getCheckedNodes()[0].label
this.dataForm.handlerDeptId = this.$refs['name'].getCheckedNodes()[0].value
},
getCategoryList () {
return this.$http.get('/events/category/list').then(({ data: res }) => {

Loading…
Cancel
Save