|
@@ -1448,7 +1448,7 @@ export default defineComponent({
|
|
|
res=await ChartApi.refreshChart({UniqueCode: state.chartInfo.UniqueCode})
|
|
|
}else if(state.chartInfo.Source === 2){
|
|
|
res=await ChartApi.refreshCommordityChart({UniqueCode: state.chartInfo.UniqueCode});
|
|
|
- }else if(state.chartInfo.Source === 3){
|
|
|
+ }else if([3,4].includes(state.chartInfo.Source)){
|
|
|
res=await ChartApi.refreshRelevanceChart({UniqueCode: state.chartInfo.UniqueCode});
|
|
|
}
|
|
|
loading.value = false;
|