提交 7b1b5539 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 e3ab9862
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
href: `#/followup/plan-manage/plan-detail?planId=${this.$route.query.planId}` href: `#/followup/plan-manage/plan-detail?planId=${this.$route.query.planId}`
}, },
{ {
name: '居民列表', name: '查看居民',
href: null href: null
} }
] ]
......
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
href: `#/followup/plan-manage/plan-list` href: `#/followup/plan-manage/plan-list`
}, },
{ {
name: '居民列表', name: '查看居民',
href: null href: null
} }
] ]
......
...@@ -196,20 +196,20 @@ ...@@ -196,20 +196,20 @@
this.getFollowStartTimeList(this.$route.query.planId);// 获取随访时间列表 this.getFollowStartTimeList(this.$route.query.planId);// 获取随访时间列表
let residentCrumbList = sessionStorage.getItem('residentCrumb'); let residentCrumbList = sessionStorage.getItem('residentCrumb');
residentCrumbList = JSON.parse(residentCrumbList); residentCrumbList = JSON.parse(residentCrumbList);
if(residentCrumbList.length==4&&residentCrumbList[residentCrumbList.length-1].name!='居民列表') { if(residentCrumbList.length==4&&residentCrumbList[residentCrumbList.length-1].name!='查看居民') {
this.residentCrumb = residentCrumbList.slice(0,2) this.residentCrumb = residentCrumbList.slice(0,2)
this.residentCrumb.push( this.residentCrumb.push(
{ {
name: '居民列表', name: '查看居民',
href: null href: null
} }
) )
} else if(residentCrumbList.length>4&&residentCrumbList[residentCrumbList.length-1].name!='居民列表') { } else if(residentCrumbList.length>4&&residentCrumbList[residentCrumbList.length-1].name!='查看居民') {
this.residentCrumb = residentCrumbList.slice(0,3) this.residentCrumb = residentCrumbList.slice(0,3)
this.residentCrumb.push( this.residentCrumb.push(
{ {
name: '居民列表', name: '查看居民',
href: null href: null
} }
) )
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
href: `#/followup/plan-manage/plan-list` href: `#/followup/plan-manage/plan-list`
}, },
{ {
name: '居民列表', name: '查看居民',
href: `#/followup/plan-manage/resident-list?planId=${this.$route.query.planId}` href: `#/followup/plan-manage/resident-list?planId=${this.$route.query.planId}`
}, },
{ {
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
href: `#/followup/plan-manage/plan-detail??planId=${this.$route.query.planId}` href: `#/followup/plan-manage/plan-detail??planId=${this.$route.query.planId}`
}, },
{ {
name: '居民列表', name: '查看居民',
href: `#/followup/plan-manage/resident-list?planId=${this.$route.query.planId}` href: `#/followup/plan-manage/resident-list?planId=${this.$route.query.planId}`
}, },
{ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册