yuansh 7 months ago
parent
commit
7fefce9944
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]})   
           }