|
@@ -225,7 +225,7 @@ export default {
|
|
if(!Data) return
|
|
if(!Data) return
|
|
this.chartInfo = Data.ChartInfo;
|
|
this.chartInfo = Data.ChartInfo;
|
|
if(!this.chartInfo) return
|
|
if(!this.chartInfo) return
|
|
- if(this.chartInfo.Source === 1) { //常规图
|
|
|
|
|
|
+ if([1,11].includes(this.chartInfo.Source)) { //常规图
|
|
//处理下历史默认来源
|
|
//处理下历史默认来源
|
|
this.setDefaultSourceFrom();
|
|
this.setDefaultSourceFrom();
|
|
|
|
|