Jelajahi Sumber

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

liujiayin 2 tahun lalu
induk
melakukan
33a6bfd740
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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)
                 }