diff --git a/src/views/modules/custom/evaluatedept.vue b/src/views/modules/custom/evaluatedept.vue index 79c3dd1a..49e147aa 100644 --- a/src/views/modules/custom/evaluatedept.vue +++ b/src/views/modules/custom/evaluatedept.vue @@ -28,7 +28,7 @@ @@ -73,9 +73,9 @@ export default { Evaluateofficer }, methods: { - manageHandle (id, deptId) { + manageHandle (deptId) { this.$parent.selectComponent = 'Evaluateofficer' - this.$router.push({ path: '/custom-evaluateofficer', query: { id: id, deptId: deptId } }) + this.$router.push({ path: '/custom-evaluateofficer', query: { deptId: deptId } }) } } } diff --git a/src/views/modules/custom/evaluateofficer-add-or-update.vue b/src/views/modules/custom/evaluateofficer-add-or-update.vue index cc88d4bc..7b40d359 100644 --- a/src/views/modules/custom/evaluateofficer-add-or-update.vue +++ b/src/views/modules/custom/evaluateofficer-add-or-update.vue @@ -1,44 +1,30 @@