Compare commits
2 Commits
815ba44b77
...
aff4bcc201
| Author | SHA1 | Date |
|---|---|---|
|
|
aff4bcc201 | |
|
|
d346ee1598 |
|
|
@ -613,7 +613,7 @@ export default {
|
||||||
that.change_batch = true;
|
that.change_batch = true;
|
||||||
}
|
}
|
||||||
that.form.handoverb = data?data:[];
|
that.form.handoverb = data?data:[];
|
||||||
if(data.length>0){
|
if(data&&data!==''&&data.length>0){
|
||||||
that.totalCount = 0;
|
that.totalCount = 0;
|
||||||
data.forEach((item,index)=>{
|
data.forEach((item,index)=>{
|
||||||
that.totalCount += Number(item.count);
|
that.totalCount += Number(item.count);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue