Browse Source

干部管理

master
wanggongfeng 6 years ago
parent
commit
c723197082
  1. 2
      src/views/modules/custom/evaluatedept.vue

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

Loading…
Cancel
Save