|
@@ -621,7 +621,7 @@
|
|
|
if (res.data.askLeaveTime) {
|
|
|
this.kaoqinText += ' | 请假'+res.data.askLeaveTime+'h';
|
|
|
}
|
|
|
- if((this.user.timeType.showDdCardtime == 1 || this.user.timeType.showCorpwxCardtime == 1) && this.reportTimeType.type == 1){
|
|
|
+ if((this.user.timeType.showDdCardtime == 1 || this.user.timeType.showCorpwxCardtime == 1)){
|
|
|
this.$set(this.currentForm,'cardtime',res.data.workHours)
|
|
|
}
|
|
|
}else {
|