diff --git a/src/views/audit/project/final.vue b/src/views/audit/project/final.vue
index 8ac6f2d787b0bb722ab1f4c15552c0a1bcbf2e05..bca0a60ca8cd893805f83c710ef708ed7bc8a3ce 100644
--- a/src/views/audit/project/final.vue
+++ b/src/views/audit/project/final.vue
@@ -224,7 +224,7 @@ export default {
       this.getListByPage()
     },
     getYear () {
-      this.$api.batch.getCurrentYearBatch({ type: 2, projType: getType(), timeType: 1  }).then(({ data = {} }) => {
+      this.$api.batch.getCurrentYearBatch({ type: 1, projType: getType(), timeType: 1 }).then(({ data = {} }) => {
         if (data) {
           this.isButten = data.disabled
           this.description = data.description
@@ -311,7 +311,7 @@ export default {
       } else if (type === 'evaluation') {
         this.objectId = record.auditObjectId
         this.assignInfoVisible = true
-      }  else if (type === 'eView') {
+      } else if (type === 'eView') {
         this.assignId = record.id
         this.visibleEvaluationView = true
       }