Browse Source

fix: 指标关联图加入图库后的图表显示不对应

Karsa 1 year ago
parent
commit
3401fd7331

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/dataAssociateChart.vue

@@ -170,7 +170,7 @@ export default {
                 }
             });
             
-            if(this.isOpenDetail) this.$refs.chartDetailRef.getChartDetail();
+            if(this.isOpenDetail) this.$refs.chartDetailRef.getChartInfo();
         },
 
         //显示详情