|
|
@ -4,7 +4,7 @@
|
|
|
|
* @Author: JC9527
|
|
|
|
* @Author: JC9527
|
|
|
|
* @Date: 2023-09-04 10:20:06
|
|
|
|
* @Date: 2023-09-04 10:20:06
|
|
|
|
* @LastEditors: laozt 2721205210@qq.com
|
|
|
|
* @LastEditors: laozt 2721205210@qq.com
|
|
|
|
* @LastEditTime: 2023-12-26 10:34:38
|
|
|
|
* @LastEditTime: 2024-01-05 15:18:54
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="plan-management">
|
|
|
|
<div class="plan-management">
|
|
|
@ -536,6 +536,9 @@ export default {
|
|
|
|
if (this.$route.query.lawHierarchy) {
|
|
|
|
if (this.$route.query.lawHierarchy) {
|
|
|
|
// console.log(this.$route.query.lawHierarchy);
|
|
|
|
// console.log(this.$route.query.lawHierarchy);
|
|
|
|
this.queryParams.lawHierarchy = this.$route.query.lawHierarchy;
|
|
|
|
this.queryParams.lawHierarchy = this.$route.query.lawHierarchy;
|
|
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
|
|
|
this.$refs.clCascader.setValue(this.$route.query.lawHierarchy);
|
|
|
|
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (JSON.parse(sessionStorage.getItem("USER_P_STATUS")) == 1) {
|
|
|
|
if (JSON.parse(sessionStorage.getItem("USER_P_STATUS")) == 1) {
|
|
|
|
// 原始密码修改
|
|
|
|
// 原始密码修改
|
|
|
|