Browse Source

调整移动端

Lijy 2 years ago
parent
commit
37d0ba039a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -1521,7 +1521,7 @@ import timetoolVue from '../timetool/timetool.vue';
                 
                 //检查当前的项目是否需要获取分组的负责人
                 var curProject = this.project.filter(p=>p.id == this.form.domains[this.clickIndex].projectId)[0];
-                if (curProject && this.user.timeType.reportAuditType == 1 && this.user.timeType.reportAuditType == 2) {
+                if(curProject && (this.user.timeType.reportAuditType == 1 || this.user.timeType.reportAuditType == 2)) {
                     this.$axios.post("/task-group/getGroupIncharger", {groupId: domainItem.groupId})
                     .then(res => {
                         if(res.code == "ok") {