소스 검색

数据看板返回

11wqe1 5 일 전
부모
커밋
ac31b6ca04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/kanBan/components/dataBoardNew/index.vue

+ 1 - 1
src/views/kanBan/components/dataBoardNew/index.vue

@@ -48,7 +48,7 @@ export default {
   },
   data() {
     return {
-      gotype: (window.topU && window.topU.gotype) ?  window.topU.gotype : '',
+      gotype: this.$route.query.gotype,
       oidL: this.$route.query.oid,
       orgL: this.$route.query.org,
       useridL: this.$route.query.userid,