+
+
+
@@ -215,6 +216,7 @@ export default {
this.$nextTick(() => {
let userInfo = JSON.parse(sessionStorage.getItem("USER_INFO"));
this.queryParams.district = userInfo.permissionCode;
+ this.queryParams.lawHierarchy = userInfo.nickName;
this.getList();
});
},
@@ -429,7 +431,7 @@ export default {
}
}
.el-table__body-wrapper {
- height: 448px !important;
+ // height: 448px !important;
overflow-y: auto;
}
}
diff --git a/src/views/system/userc/profile/resetPwd.vue b/src/views/system/userc/profile/resetPwd.vue
index 59392d1..daa042a 100644
--- a/src/views/system/userc/profile/resetPwd.vue
+++ b/src/views/system/userc/profile/resetPwd.vue
@@ -26,7 +26,7 @@
保存
- 关闭
+
@@ -89,6 +89,8 @@ export default {
let isGovernmentAffairsNetwork = localStorage.getItem(
"isGovernmentAffairsNetwork"
);
+ sessionStorage.removeItem("SET_IS_ORG_PWD");
+
// console.log("进入跳转政务网的登录页");
if (isGovernmentAffairsNetwork == "1") {
localStorage.removeItem("isGovernmentAffairsNetwork");
diff --git a/src/views/yingji/enforcing.vue b/src/views/yingji/enforcing.vue
index dda7567..a9cd91e 100644
--- a/src/views/yingji/enforcing.vue
+++ b/src/views/yingji/enforcing.vue
@@ -138,7 +138,7 @@
diff --git a/src/views/yingji/home.vue b/src/views/yingji/home.vue
index 0d37db4..6aa795e 100644
--- a/src/views/yingji/home.vue
+++ b/src/views/yingji/home.vue
@@ -216,12 +216,24 @@
+
+
+
+
+