Compare commits
No commits in common. "aff4bcc201a57165b979c630cead1bf118a68da1" and "815ba44b774bc6ebc73f5ce97907bcf982b6125a" have entirely different histories.
aff4bcc201
...
815ba44b77
|
|
@ -613,7 +613,7 @@ export default {
|
|||
that.change_batch = true;
|
||||
}
|
||||
that.form.handoverb = data?data:[];
|
||||
if(data&&data!==''&&data.length>0){
|
||||
if(data.length>0){
|
||||
that.totalCount = 0;
|
||||
data.forEach((item,index)=>{
|
||||
that.totalCount += Number(item.count);
|
||||
|
|
|
|||
Loading…
Reference in New Issue