From 8e45e6f8ade857c56becc369142c98ceb88d498d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Sun, 7 Apr 2024 18:04:50 +0800 Subject: [PATCH 1/6] =?UTF-8?q?bug#1071=E5=B1=85=E6=B0=91=E5=B9=B4?= =?UTF-8?q?=E9=BE=84=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiSearch.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 8b4829ccf..a8fd2463a 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -106,7 +106,7 @@ - + this.form.ageEnd) { this.$message.warning('结束年龄不能小于开始年龄') } From 62e44f37c0172761160dd84236c81e1fcaa69e98 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Sun, 7 Apr 2024 18:10:41 +0800 Subject: [PATCH 2/6] =?UTF-8?q?#bug1060=E5=B1=85=E6=B0=91=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E4=B8=AD=E7=A4=BE=E5=8C=BA=E8=87=AA=E6=9F=A5=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=8D=E6=98=BE=E7=A4=BA=20#bug1077=E5=B1=85?= =?UTF-8?q?=E5=A7=94=E6=9E=B6=E6=9E=84=E7=82=B9=E5=87=BB=E5=B1=85=E6=B0=91?= =?UTF-8?q?=E7=94=BB=E5=83=8F=E6=97=A0=E6=95=B0=E6=8D=AE=20#bug1076?= =?UTF-8?q?=E6=8C=87=E6=8C=A5=E8=B0=83=E5=BA=A6=E4=B8=AD=E9=97=B4=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=9F=A5=E7=9C=8B=E6=9B=B4=E5=A4=9A=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=87=8D=E5=A4=8D=20#bug1070=E6=94=BF?= =?UTF-8?q?=E7=AD=96=E6=89=BE=E4=BA=BA=E6=8C=87=E6=B4=BE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B9=B1=E7=A0=81=20#bug1062=E5=B1=85?= =?UTF-8?q?=E6=B0=91=E8=AF=A6=E6=83=85=E7=BC=BA=E5=B0=91=E4=BD=8E=E4=BF=9D?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JwTree/nodeWrap.vue | 2 +- src/views/dataBoard/overview/components/MapResourceInfoMore.vue | 2 +- src/views/modules/communityService/policy/addPolicy.vue | 2 +- src/views/modules/portrayal/jumin/cpts/businessRecord.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/JwTree/nodeWrap.vue b/src/components/JwTree/nodeWrap.vue index f7ef6ef24..1fd567fc1 100644 --- a/src/components/JwTree/nodeWrap.vue +++ b/src/components/JwTree/nodeWrap.vue @@ -101,7 +101,7 @@ export default { gotoPersonnel(id, name) { if (id) { - this.$router.push(`/organizational/orgPersonnel/${name}`); + this.$router.push({ path: `/organizational/orgPersonnel/${name}`, query: { user_id: id } }); } else { this.$message({ message: "无法跳转", diff --git a/src/views/dataBoard/overview/components/MapResourceInfoMore.vue b/src/views/dataBoard/overview/components/MapResourceInfoMore.vue index 1c6c1d7d0..4313af220 100644 --- a/src/views/dataBoard/overview/components/MapResourceInfoMore.vue +++ b/src/views/dataBoard/overview/components/MapResourceInfoMore.vue @@ -22,7 +22,7 @@
{{ typesList[types] }}
-