diff --git a/src/assets/images/index/头像/叔叔.png b/src/assets/images/index/头像/叔叔.png deleted file mode 100644 index 52d1baf25..000000000 Binary files a/src/assets/images/index/头像/叔叔.png and /dev/null differ diff --git a/src/assets/images/index/头像/阿姨.png b/src/assets/images/index/头像/阿姨.png deleted file mode 100644 index 6e3c6d441..000000000 Binary files a/src/assets/images/index/头像/阿姨.png and /dev/null differ 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/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('结束年龄不能小于开始年龄') } 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] }}
-