|
@@ -494,8 +494,10 @@ |
|
|
if (res && res.length) { |
|
|
if (res && res.length) { |
|
|
let alltime = 1; |
|
|
let alltime = 1; |
|
|
res.forEach(item => { |
|
|
res.forEach(item => { |
|
|
|
|
|
item.recordDuration=item.recordDuration/1 |
|
|
alltime += item.recordDuration |
|
|
alltime += item.recordDuration |
|
|
}) |
|
|
}) |
|
|
|
|
|
console.log(res,alltime,"999999999999") |
|
|
this.alltimeStr = this.getTime(alltime) |
|
|
this.alltimeStr = this.getTime(alltime) |
|
|
if(info){ |
|
|
if(info){ |
|
|
res.forEach((item,index) => { |
|
|
res.forEach((item,index) => { |
|
|