Browse Source

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

jingbb 7 months ago
parent
commit
55913e2385
1 changed files with 3 additions and 0 deletions
  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]})   
           }