Explorar o código

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

cxmo hai 10 meses
pai
achega
e9b6b07c38
Modificáronse 1 ficheiros con 1 adicións e 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() {