소스 검색

fix:对接设施环境控制总览路由跳转

liujiayin 2 년 전
부모
커밋
33a6bfd740
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/system/fasc/index.vue

+ 2 - 1
src/views/system/fasc/index.vue

@@ -50,7 +50,8 @@ export default {
                     const cardInfo = {
                         title: i.facs_type,
                         dep: data.filter(fi => { return fi.facs_type === i.facs_type }),
-                        finish: data.some(so => so.facs_type === i.facs_type && so.todo === 0)
+                        finish: data.some(so => so.facs_type === i.facs_type && so.todo === 0),
+                        pagePath: i.pagePath
                     }
                     this.cardInfos.push(cardInfo)
                 }