fix: cron表达式选择周天生成失败

This commit is contained in:
chenjianxing 2021-09-03 16:05:40 +08:00 committed by jianxing
parent 5811a2d892
commit 46631e97b0
1 changed files with 0 additions and 8 deletions

View File

@ -430,14 +430,6 @@
this.dayRule = 'weekDay';
this.dayRuleSup = this.getAssignArr(rule)
}
//weekDay70week0
if (this.dayRule == 'weekDay') {
for (let i = 0; i < this.dayRuleSup.length; i++) {
if (this.dayRuleSup[i] == 7) {
this.dayRuleSup[i] = 0;
}
}
}
}
},
// ""-