This commit is contained in:
zty 2025-10-10 09:19:53 +08:00
commit a4bdf76840
2 changed files with 5 additions and 5 deletions

View File

@ -468,10 +468,10 @@ export default {
obj.field = "data__外观检验_班次"; obj.field = "data__外观检验_班次";
}else if(key=='fx_data_start'){ }else if(key=='fx_data_start'){
obj.compare = "gte"; obj.compare = "gte";
obj.field = "data__返修_日期"; obj.field = "data__外观检验_返修_日期";
}else if(key=='fx_data_end'){ }else if(key=='fx_data_end'){
obj.compare = "lte"; obj.compare = "lte";
obj.field = "data__返修_日期"; obj.field = "data__外观检验_返修_日期";
} }
arr1.push(obj); arr1.push(obj);
arr2.push(obj); arr2.push(obj);

View File

@ -391,9 +391,9 @@ export default {
}else{ }else{
that.mode = "show"; that.mode = "show";
} }
that.$nextTick(()=>{ // that.$nextTick(()=>{
that.$refs.ticketd_b_start.init(); // that.$refs.ticketd_b_start.init();
}) // })
}) })
} }