浏览代码

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)
                 }