|
|
@ -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 }) => { |
|
|
|