fix: 长白班和两倒

This commit is contained in:
caoqianming 2023-12-21 21:25:10 +08:00
parent c691474254
commit 9ee05321e8
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ export default {
this.shiftOptions = [];
if(this.activeType == "10车间"){
res.forEach(item=>{
if(item.rule=='倒'){
if(item.rule=='倒'){
this.shiftOptions.push(item);
}
})