@@ -54,9 +54,8 @@ export default {
}
},
mounted() {
- this.activeName = `${this.data.hwProductInfoDetailList[0].productInfoDetailId}`
- console.log(this.data.hwProductInfoDetailList)
- getProductCenterProductDetailInfo({parentId:this.data.hwProductInfoDetailList[0].productInfoDetailId}).then(v=>{
+ this.activeName = `${this.data.hwProductInfoDetailList.filter(e=>e.parentId ===0)[0].productInfoDetailId}`
+ getProductCenterProductDetailInfo({parentId:this.data.hwProductInfoDetailList.filter(e=>e.parentId ===0)[0].productInfoDetailId}).then(v=>{
this.info = v.data
})
},
diff --git a/src/views/productCenter/technicalArchitecture.vue b/src/views/productCenter/technicalArchitecture.vue
index 31b23b7..e2c5664 100644
--- a/src/views/productCenter/technicalArchitecture.vue
+++ b/src/views/productCenter/technicalArchitecture.vue
@@ -1,8 +1,8 @@
- TECHNICAL ARCHITECTURE
- 技术架构
+ {{ data.productInfoEtitle }}
+ {{ data.productInfoCtitle }}
针对变配电场景下高压场/GIS组合电器、变压器、电容电抗蛋、避雷器、高压开关柜、隔离开关等电气设备采用不同的手段进行监测。
@@ -25,6 +25,7 @@ export default {
components: {
TitleGroup
},
+ props:['data'],
data() {
return {
banner,