From c7231970824a9e44969394a8ccd3e5af6aeb9a8e Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 6 Feb 2020 14:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B2=E9=83=A8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/evaluatedept.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/custom/evaluatedept.vue b/src/views/modules/custom/evaluatedept.vue index 9dd9cfd1..79c3dd1a 100644 --- a/src/views/modules/custom/evaluatedept.vue +++ b/src/views/modules/custom/evaluatedept.vue @@ -75,7 +75,7 @@ export default { methods: { manageHandle (id, deptId) { this.$parent.selectComponent = 'Evaluateofficer' - this.$router.push({ path: '/custom-evaluateofficer', query: { id: id } }) + this.$router.push({ path: '/custom-evaluateofficer', query: { id: id, deptId: deptId } }) } } }