zhangtao
laozt 1 year ago
parent 912ce7e300
commit 939b67e8c9

@ -13,8 +13,8 @@ ENV = 'development'
# 苏州市应急执法计划管理系统/开发环境 # 苏州市应急执法计划管理系统/开发环境
# VUE_APP_BASE_API = 'http://39.101.188.84:9033' # VUE_APP_BASE_API = 'http://39.101.188.84:9033'
VUE_APP_BASE_API = 'http://localhost:13002' # VUE_APP_BASE_API = 'http://localhost:13002'
# VUE_APP_BASE_API = 'http://180.108.205.123:13002' VUE_APP_BASE_API = 'http://180.108.205.123:13002'
# 统一登录-内网 # 统一登录-内网
VUE_APP_SSO_LOGIN_N = 'http://2.46.4.197:8090/sso-server/oauth2/sso?aid=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F&response_type=code' VUE_APP_SSO_LOGIN_N = 'http://2.46.4.197:8090/sso-server/oauth2/sso?aid=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F&response_type=code'

@ -3,8 +3,8 @@
* @version: * @version:
* @Author: JC9527 * @Author: JC9527
* @Date: 2023-09-27 14:01:34 * @Date: 2023-09-27 14:01:34
* @LastEditors: 张涛 * @LastEditors: laozt 2721205210@qq.com
* @LastEditTime: 2023-10-20 09:23:51 * @LastEditTime: 2024-01-05 14:58:54
--> -->
<template> <template>
<div> <div>
@ -79,6 +79,10 @@ export default {
this.treeData = this.compartment; this.treeData = this.compartment;
// } // }
}, },
//
setValue(e){
this.district = e
},
onChange(e) { onChange(e) {
this.$emit("change", e[e.length - 1]); this.$emit("change", e[e.length - 1]);
}, },

@ -3,8 +3,8 @@
* @version: * @version:
* @Author: JC9527 * @Author: JC9527
* @Date: 2023-09-27 14:01:34 * @Date: 2023-09-27 14:01:34
* @LastEditors: 张涛 * @LastEditors: laozt 2721205210@qq.com
* @LastEditTime: 2023-10-20 09:23:51 * @LastEditTime: 2024-01-05 15:05:47
--> -->
<template> <template>
<div> <div>
@ -104,8 +104,8 @@ export default {
this.$emit("quhuadizhi", this.compartment); this.$emit("quhuadizhi", this.compartment);
}, },
onChange(e) { onChange(e) {
console.log(e); // console.log(e);
console.log(e[e.length - 1]); // console.log(e[e.length - 1]);
this.$emit("quhua",e[e.length - 1]); this.$emit("quhua",e[e.length - 1]);
this.$emit("change",e[e.length - 1]); this.$emit("change",e[e.length - 1]);
// if (!this.none) { // if (!this.none) {

@ -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) {
// //

Loading…
Cancel
Save