|
|
|
@ -418,6 +418,13 @@ export default { |
|
|
|
}, |
|
|
|
// 获取处理项 |
|
|
|
getHandleResultDTOS () { |
|
|
|
this.dataForm.handleResultDTOS = [] |
|
|
|
this.dataForm.deptResultDTOS = [] |
|
|
|
this.dataForm.evaluateDeptDTOS = [] |
|
|
|
this.postDataForm.handleCategory = '' |
|
|
|
this.postDataForm.deptResultDTOS = [] |
|
|
|
this.postDataForm.evaluateDeptDTOS = [] |
|
|
|
this.deptResult = [] |
|
|
|
this.$http.post(`/events/item/getHandleResultDTOS`, { itemId: this.dataForm.id, deptId: this.postDataForm.handlerDeptId }).then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
|