diff --git a/src/views/yingji/home.vue b/src/views/yingji/home.vue index 2e9ebeb..0d37db4 100644 --- a/src/views/yingji/home.vue +++ b/src/views/yingji/home.vue @@ -98,7 +98,7 @@ > @@ -111,6 +111,12 @@ {{ scope.row.count }}家 + {{ scope.row.count }}家 {{ scope.row.count }}家 @@ -168,7 +174,7 @@ > @@ -181,7 +187,10 @@ {{ scope.row.count }}家 - {{ scope.row.count }}家 @@ -374,8 +383,8 @@ export default { this.tableInfoData = response.data; }); }, - routerLink(row) { - this.$router.push(`/planManage?lawHierarchy=${row.lawAreas}`); + routerLink(lawHierarchy) { + this.$router.push(`/planManage?lawHierarchy=${lawHierarchy}`); }, active(e) { this.activeIndex = e; diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue index 73bdbd4..555c2d3 100644 --- a/src/views/yingji/planManage.vue +++ b/src/views/yingji/planManage.vue @@ -57,15 +57,12 @@ ref="executive" /> - +