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

Loading…
Cancel
Save