Explorar el Código

兼容平衡表图表

jwyu hace 1 año
padre
commit
e405593406
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     // 如果是从我的图库中来的