|
|
|
@ -92,7 +92,7 @@ export default { |
|
|
|
advice: '', |
|
|
|
handlerDeptIdRule: '', |
|
|
|
eventState: '4', |
|
|
|
handlerDeptName: '', |
|
|
|
handlerDept: '', |
|
|
|
handlerDeptId: '' |
|
|
|
}, |
|
|
|
isAble: false, |
|
|
|
@ -161,7 +161,7 @@ export default { |
|
|
|
.catch(() => {}) |
|
|
|
}, |
|
|
|
changeHandle (value, selectedData) { |
|
|
|
this.dataForm.handlerDeptName = this.$refs['name'].getCheckedNodes()[0].label |
|
|
|
this.dataForm.handlerDept = this.$refs['name'].getCheckedNodes()[0].label |
|
|
|
this.dataForm.handlerDeptId = this.$refs['name'].getCheckedNodes()[0].value |
|
|
|
}, |
|
|
|
getCategoryList () { |
|
|
|
|