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