diff --git a/src/views/lawEnforcement/basis/basis.vue b/src/views/lawEnforcement/basis/basis.vue index 81fe504a..1084daf5 100644 --- a/src/views/lawEnforcement/basis/basis.vue +++ b/src/views/lawEnforcement/basis/basis.vue @@ -2,7 +2,7 @@
执法依据 -
+
@@ -81,6 +81,11 @@ this.enforceNewsTypeOptions.push({text: response.data[i].dictLabel, value: response.data[i].dictValue}); } }); + + if (this.$route.query.searchInput){ + this.searchInput = this.$route.query.searchInput; + this.goSearch(); + } }, methods: { getList(){ @@ -111,7 +116,8 @@ }, goSearch(){ if (this.searchInput == ''){ - location.reload() + let path = this.$route.path; //先获取路由路径 + this.$router.push(path); //再跳转路由路径,query参数没带过去,所以被清除了 } this.list = []; this.finished = false; @@ -120,6 +126,9 @@ this.queryParams.pageNum = 1; this.getList(); }, + onClickLeftIndex(){ + this.$router.push('/lawEnforcement/index_new') + } }, } diff --git a/src/views/lawEnforcement/caseAllocation/caseAdd.vue b/src/views/lawEnforcement/caseAllocation/caseAdd.vue index 748cbef5..cce46e6f 100644 --- a/src/views/lawEnforcement/caseAllocation/caseAdd.vue +++ b/src/views/lawEnforcement/caseAllocation/caseAdd.vue @@ -236,7 +236,8 @@ /> - + + diff --git a/src/views/lawEnforcement/retrospect/retrospect.vue b/src/views/lawEnforcement/retrospect/retrospect.vue index 2a55116e..6d41cc2c 100644 --- a/src/views/lawEnforcement/retrospect/retrospect.vue +++ b/src/views/lawEnforcement/retrospect/retrospect.vue @@ -7,6 +7,11 @@
+ + + @@ -17,6 +22,11 @@
+ + + @@ -125,5 +135,25 @@ font-size: .35rem; color: #646566; } + .custom-title{ + font-size: 17PX; + color: #333333; + vertical-align: middle; + line-height: 1; + position: relative; + } + .tap{ + color: #1D6FE9; + } + .bgBlue{ + display: block; + position: absolute; + width: 17PX; + height: 17PX; + border-radius: 50%; + background-color: rgba(29,111,233,0.26); + top: -2PX; + right: -8PX; + } } diff --git a/src/views/lawEnforcement/supervise/enterpriseRelation.vue b/src/views/lawEnforcement/supervise/enterpriseRelation.vue index 54587ece..e1bbd9e2 100644 --- a/src/views/lawEnforcement/supervise/enterpriseRelation.vue +++ b/src/views/lawEnforcement/supervise/enterpriseRelation.vue @@ -7,7 +7,7 @@
- + + diff --git a/src/views/lawEnforcement/task/taskDetail.vue b/src/views/lawEnforcement/task/taskDetail.vue index 34f2d614..3b4c6c66 100644 --- a/src/views/lawEnforcement/task/taskDetail.vue +++ b/src/views/lawEnforcement/task/taskDetail.vue @@ -1,7 +1,7 @@