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 } }) } } }