|
@@ -1318,7 +1318,8 @@ export default {
|
|
|
}else if([2,5].includes(this.chartInfo.Source)){
|
|
|
path='/addCommodityChart'
|
|
|
}else if([3,4].includes(this.chartInfo.Source)){
|
|
|
- path='/relevancechartEditor'
|
|
|
+ //path='/relevancechartEditor'
|
|
|
+ path='/relevancechartEditorV2'
|
|
|
}else if(this.chartInfo.Source===6){
|
|
|
path='/fittingEquationChartEditor'
|
|
|
}else if([7,8,9].includes(this.chartInfo.Source)) {
|
|
@@ -1332,7 +1333,8 @@ export default {
|
|
|
path,
|
|
|
query: {
|
|
|
code: this.chartInfo.UniqueCode,
|
|
|
- from: 'mychart'
|
|
|
+ from: 'mychart',
|
|
|
+ type:this.relevanceChartData.CorrelationChartInfo.AnalysisMode
|
|
|
}
|
|
|
})
|
|
|
window.open(href,'_blank');
|