소스 검색

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

cxmo 11 달 전
부모
커밋
e9b6b07c38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() {