装备台账
This commit is contained in:
parent
5d01997d39
commit
5b5314a44d
|
|
@ -178,6 +178,8 @@ export default {
|
||||||
name: item.type,
|
name: item.type,
|
||||||
value: item.total,
|
value: item.total,
|
||||||
}))
|
}))
|
||||||
|
} else {
|
||||||
|
this.dataMap.major = []
|
||||||
}
|
}
|
||||||
const res5 = await getTenMajorApi(this.queryParams)
|
const res5 = await getTenMajorApi(this.queryParams)
|
||||||
if (res5.data && res5.data.length > 0) {
|
if (res5.data && res5.data.length > 0) {
|
||||||
|
|
@ -185,6 +187,8 @@ export default {
|
||||||
name: item.type,
|
name: item.type,
|
||||||
value: item.total,
|
value: item.total,
|
||||||
}))
|
}))
|
||||||
|
} else {
|
||||||
|
this.dataMap.process = []
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('🚀 ~ error-->装备台账分析:', error)
|
console.log('🚀 ~ error-->装备台账分析:', error)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue