fix:交接总数计算
This commit is contained in:
parent
56489db00e
commit
54e4732483
|
@ -539,11 +539,13 @@ export default {
|
|||
obj.defect_name = item.defect_name;
|
||||
obj.count_cando = item.count_canhandover;
|
||||
obj.material = item.material;
|
||||
that.totalCount += Number(obj.count);
|
||||
that.form.handoverb.push(obj);
|
||||
that.getResaveMgroups(obj.material);
|
||||
}
|
||||
})
|
||||
setTimeout(function(){
|
||||
that.countChange();
|
||||
},500)
|
||||
},
|
||||
countChange(){
|
||||
let that = this;
|
||||
|
|
Loading…
Reference in New Issue