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