Browse Source

【议题管理】【添加操作人部门】-王公峰-2020-05-20

master
wanggongfeng 6 years ago
parent
commit
874efdd245
  1. 4
      src/views/modules/events/issue-review-detail-view.vue
  2. 7
      src/views/modules/events/item-deal-detail-view.vue

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

@ -157,8 +157,8 @@ export default {
.catch(() => {})
},
changeHandle (value, selectedData) {
this.dataForm.handlerDept = this.$refs['name'].getCheckedNodes()[0].label
this.dataForm.handlerDeptId = this.$refs['name'].getCheckedNodes()[0].value
this.dataForm.handleDeptName = this.$refs['name'].getCheckedNodes()[0].label
this.dataForm.handleDeptId = this.$refs['name'].getCheckedNodes()[0].value
},
getCategoryList () {
return this.$http.get('/events/category/list').then(({ data: res }) => {

7
src/views/modules/events/item-deal-detail-view.vue

@ -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)

Loading…
Cancel
Save