Explorar el Código

fix myETA另存为分类层级显示不对

cxmo hace 9 meses
padre
commit
e9b6b07c38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/dataEntry_manage/components/SaveChartOther.vue

+ 1 - 1
src/views/dataEntry_manage/components/SaveChartOther.vue

@@ -78,7 +78,7 @@ export default {
   },
   computed:{
     isRelevanceChart(){
-        return ['/chartrelevance'].includes(this.$route.path)
+        return ['/chartrelevance'].includes(this.$route.path)||this.source===3||this.source===4
     }
   },
   data() {