|
@@ -1270,7 +1270,6 @@ export default {
|
|
/* 上下切换图表 同一分类内 */
|
|
/* 上下切换图表 同一分类内 */
|
|
switchChart(type) {
|
|
switchChart(type) {
|
|
//判断当前图表在列表中的index pre时为0去最后一个 next时为最后一个取0
|
|
//判断当前图表在列表中的index pre时为0去最后一个 next时为最后一个取0
|
|
- this.currentLang='ch'
|
|
|
|
this.formItemArray=[]
|
|
this.formItemArray=[]
|
|
let index = this.allChart.findIndex(
|
|
let index = this.allChart.findIndex(
|
|
(item) => item === this.chartInfo.UniqueCode
|
|
(item) => item === this.chartInfo.UniqueCode
|