Browse Source

兼容平衡表图表

jwyu 11 months ago
parent
commit
e405593406
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hzyb/chart/Detail.vue

+ 1 - 1
src/views/hzyb/chart/Detail.vue

@@ -320,7 +320,7 @@ const getChartInfo=async (type)=>{
     loading.value=true
 
     //通用类根据code获取详情
-    if(chartSource!==1) return getCommonChartDetail();
+    if(![1,11].includes(chartSource)) return getCommonChartDetail();
 
     let res=null
     // 如果是从我的图库中来的