|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
this.$common
|
|
|
.request('query', {
|
|
|
key: 'getQualityTargetData',
|
|
|
- params: [this.level, this.year, this.year - 1, this.year + 1]
|
|
|
+ params: [this.level, this.year, this.year - 1, Number(this.year) + 1]
|
|
|
})
|
|
|
.then((res) => {
|
|
|
const { data = [] } = res.variables || {}
|