Explorar o código

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

liujiayin %!s(int64=2) %!d(string=hai) anos
pai
achega
33a6bfd740
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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)
                 }