fix:
This commit is contained in:
parent
d2162924f8
commit
0f90a845d0
|
|
@ -535,8 +535,10 @@ export default {
|
||||||
this.form.handoverb = [];
|
this.form.handoverb = [];
|
||||||
data.forEach(item=>{
|
data.forEach(item=>{
|
||||||
let obj = {};
|
let obj = {};
|
||||||
obj.wm = item.id;
|
obj.wm = item.wm;
|
||||||
|
obj.label = item.label;
|
||||||
obj.batch = item.batch;
|
obj.batch = item.batch;
|
||||||
|
obj.count_cando = item.count_canhandover;
|
||||||
obj.count = item.count_canhandover;
|
obj.count = item.count_canhandover;
|
||||||
this.form.handoverb.push(obj);
|
this.form.handoverb.push(obj);
|
||||||
this.totalCount += Number(item.count_canhandover);
|
this.totalCount += Number(item.count_canhandover);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue