Explorar el Código

调整移动端

Lijy hace 2 años
padre
commit
37d0ba039a

+ 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") {