Browse Source

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

cxmo 9 months ago
parent
commit
e9b6b07c38
1 changed files with 1 additions and 1 deletions
  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:{
   computed:{
     isRelevanceChart(){
     isRelevanceChart(){
-        return ['/chartrelevance'].includes(this.$route.path)
+        return ['/chartrelevance'].includes(this.$route.path)||this.source===3||this.source===4
     }
     }
   },
   },
   data() {
   data() {