Compare commits
2 Commits
188d9bb85a
...
ba5526d7d8
Author | SHA1 | Date |
---|---|---|
guoyue | ba5526d7d8 | |
guoyue | 33ba30d97f |
|
@ -75,15 +75,10 @@ const params = {
|
|||
pageSize: 10,
|
||||
}
|
||||
infrastructureInfo().then((res) => {
|
||||
console.log('基础设施==================>', res.data.data)
|
||||
console.log('基础设施======云图============>', res.data.data)
|
||||
myDataList.value.forEach((val) => {
|
||||
const obj = res.data.data.filter((item) => item.type === val.title)[0]
|
||||
if (obj) {
|
||||
if (obj.type == '视频资源数量') {
|
||||
if (uavAndIndividualSoldier.num) {
|
||||
obj.amount = obj.amount - 0 + uavAndIndividualSoldier.num
|
||||
}
|
||||
}
|
||||
val.snum = obj.amount
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue