Merge branch 'master' of http://gitea.xxhhcty.xyz:8080/zcdsj/factory_web
This commit is contained in:
commit
a4bdf76840
|
@ -468,10 +468,10 @@ export default {
|
|||
obj.field = "data__外观检验_班次";
|
||||
}else if(key=='fx_data_start'){
|
||||
obj.compare = "gte";
|
||||
obj.field = "data__返修_日期";
|
||||
obj.field = "data__外观检验_返修_日期";
|
||||
}else if(key=='fx_data_end'){
|
||||
obj.compare = "lte";
|
||||
obj.field = "data__返修_日期";
|
||||
obj.field = "data__外观检验_返修_日期";
|
||||
}
|
||||
arr1.push(obj);
|
||||
arr2.push(obj);
|
||||
|
|
|
@ -391,9 +391,9 @@ export default {
|
|||
}else{
|
||||
that.mode = "show";
|
||||
}
|
||||
that.$nextTick(()=>{
|
||||
that.$refs.ticketd_b_start.init();
|
||||
})
|
||||
// that.$nextTick(()=>{
|
||||
// that.$refs.ticketd_b_start.init();
|
||||
// })
|
||||
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue