瀏覽代碼

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

cxmo 9 月之前
父節點
當前提交
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() {