Commit a2015a77 authored by wangxl's avatar wangxl

444

parent 3ada3469
...@@ -224,7 +224,7 @@ export default { ...@@ -224,7 +224,7 @@ export default {
this.getListByPage() this.getListByPage()
}, },
getYear () { 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) { if (data) {
this.isButten = data.disabled this.isButten = data.disabled
this.description = data.description this.description = data.description
...@@ -311,7 +311,7 @@ export default { ...@@ -311,7 +311,7 @@ export default {
} else if (type === 'evaluation') { } else if (type === 'evaluation') {
this.objectId = record.auditObjectId this.objectId = record.auditObjectId
this.assignInfoVisible = true this.assignInfoVisible = true
} else if (type === 'eView') { } else if (type === 'eView') {
this.assignId = record.id this.assignId = record.id
this.visibleEvaluationView = true this.visibleEvaluationView = true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment