Compare commits

..

No commits in common. "52c1ae2e018e0cb6bfdfba3711919e0abd6b49c9" and "587fad04f46fc783084574790bcccdae3761ac21" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -623,8 +623,8 @@ export default {
tmps.splice(6)
this.dangersDatas =tmps;
let sum = 0;
d.forEach(it => {
sum += it.roleType * 1;
this.dangersDatas.forEach(it => {
sum += it.value * 1;
})
this.qualityNavTotal = sum;
this.elKey++;
@ -647,8 +647,8 @@ export default {
tmps.splice(6)
this.dangersDatas=tmps;
let sum = 0;
d.forEach(it => {
sum += it.roleType * 1;
this.dangersDatas.forEach(it => {
sum += it.value * 1;
})
this.qualityNavTotal = sum;
this.elKey++;