From a5f88f3014a5715febd3984c5642b1edd8eccdeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Mon, 9 Dec 2024 11:13:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=87=8D=E5=AE=9A=E5=90=91?= =?UTF-8?q?=EF=BC=8C=E4=BA=BA=E5=91=98=E7=BB=84=E7=BB=87=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E7=BB=84=E7=BB=87id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.preview | 2 +- src/views/modules/base/orgUnitManger/index.vue | 2 +- src/views/modules/home/index.vue | 9 +++++---- src/views/modules/workSys/operAuth.vue | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.env.preview b/.env.preview index 7e75fd87e..8d9245a49 100644 --- a/.env.preview +++ b/.env.preview @@ -4,4 +4,4 @@ VUE_APP_API_SERVER = https://epmet-dongming.elinkservice.cn/api VUE_APP_API_LIVE = https://epmet-dongming.elinkservice.cn/live/ VUE_APP_BIPASS_API_SERVER = https://epmet-dongming.elinkservice.cn/linkdata/linkdata-gateway/route VUE_APP_NODE_ENV=preview -VUE_APP_PUBLIC_PATH=epmet-work-pc \ No newline at end of file +VUE_APP_PUBLIC_PATH=epmet-work-pc \ No newline at end of file diff --git a/src/views/modules/base/orgUnitManger/index.vue b/src/views/modules/base/orgUnitManger/index.vue index a548c5ca0..6163ad2bc 100644 --- a/src/views/modules/base/orgUnitManger/index.vue +++ b/src/views/modules/base/orgUnitManger/index.vue @@ -202,7 +202,7 @@ createdTime:null, updatedBy:null, updatedTime:null, - agencyId:null, + agencyId:this.$store.state.user.agencyId, type:null, property:null, name:null, diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index 335c324b8..8181da464 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -772,13 +772,14 @@ this.getActiveUsers() methods: { goToPage(item){ if(item==="one"){ - window.location.href = 'https://zqsq.mca.gov.cn/CAFP/LEAP/Login/00/CAFP/Login.html'; + window.open("https://zqsq.mca.gov.cn/CAFP/LEAP/Login/00/CAFP/Login.html", "_blank"); }else if(item=="two"){ - window.location.href = 'https://chinavolunteer.mca.gov.cn/site/home'; + window.open("https://chinavolunteer.mca.gov.cn/site/home", "_blank"); + }else if(item=="three"){ - window.location.href = 'https://chinavolunteer.mca.gov.cn/site/home'; + window.open("https://chinavolunteer.mca.gov.cn/site/home", "_blank"); }else if(item=="five"){ - window.location.href = 'https://shgz.mca.gov.cn/SWMS/LEAP/swmss/index.html#/web'; + window.open("https://shgz.mca.gov.cn/SWMS/LEAP/swmss/index.html#/web", "_blank"); } }, getStatisticsList1(value){ diff --git a/src/views/modules/workSys/operAuth.vue b/src/views/modules/workSys/operAuth.vue index 58bf42372..1f9ab5e03 100644 --- a/src/views/modules/workSys/operAuth.vue +++ b/src/views/modules/workSys/operAuth.vue @@ -163,7 +163,7 @@ export default { timeRange: [], formData: { - category: 'data_tm', + category: '', operatorName: '',//姓名 operatorMobile: '',//联系电话 startTime: '',//检测开始时间yyyy-MM-dd HH:mm @@ -266,7 +266,7 @@ export default { //重置搜索条件 resetSearch () { this.formData = { - category: 'data_tm', + category: '', operatorName: '',//姓名 operatorMobile: '',//联系电话 startTime: '',//检测开始时间yyyy-MM-dd HH:mm