浏览代码

Merge branch 'master' of http://139.196.39.194:9021/chenc/cd-work-flow-web

jingbb 7 月之前
父节点
当前提交
55913e2385
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/activiti/form/demoForm2.vue

+ 3 - 0
src/views/activiti/form/demoForm2.vue

@@ -955,6 +955,9 @@ export default {
           if(key == 'proposer' && this.processData.businessTable == 'regular_employee_apply'){//员工转正申请:申请人部门
             this.$refs.KFB.setData({apply_department:this.deptInfo[value]})   
           }
+          if(key == 'proposer' && this.processData.businessTable == 'request_for_overtime'){//员工转正申请:加班申请
+            this.$refs.KFB.setData({department:this.deptInfo[value]})   
+          }
           if(key == 'regular_employee' && this.processData.businessTable == 'regular_employee_apply'){//员工转正申请:转正人员岗位
             this.$refs.KFB.setData({job_title:this.postInfo[value]})   
           }