Compare commits

...

2 Commits

Author SHA1 Message Date
姜玉琦 52c1ae2e01 Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhbigscreen into dev 2024-03-26 00:50:23 +08:00
姜玉琦 ca58dafc9c 提交代码 2024-03-26 00:50:04 +08:00
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;
this.dangersDatas.forEach(it => {
sum += it.value * 1;
d.forEach(it => {
sum += it.roleType * 1;
})
this.qualityNavTotal = sum;
this.elKey++;
@ -647,8 +647,8 @@ export default {
tmps.splice(6)
this.dangersDatas=tmps;
let sum = 0;
this.dangersDatas.forEach(it => {
sum += it.value * 1;
d.forEach(it => {
sum += it.roleType * 1;
})
this.qualityNavTotal = sum;
this.elKey++;