|
@@ -500,7 +500,7 @@ export default {
|
|
|
resArr={
|
|
|
compId:3,
|
|
|
compType:'chart',
|
|
|
- content:`${LINK_CHART_URL}?code=${temarr[0].UniqueCode}`,
|
|
|
+ content:`${LINK_CHART_URL}?code=${temarr[0].UniqueCode}&lang=${this.currentLang}`,
|
|
|
id:this.getCompId(`chart${temarr[0].UniqueCode}_`),
|
|
|
style:'height:350px',
|
|
|
child:[]
|
|
@@ -1181,7 +1181,11 @@ export default {
|
|
|
icon:require('@/assets/img/smartReport/icon09.png')
|
|
|
}
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
+ //语言版本
|
|
|
+ currentLang() {
|
|
|
+ return this.$store.state.lang
|
|
|
+ }
|
|
|
},
|
|
|
created() {
|
|
|
this.getPublicSettings()
|