江河模块修改

This commit is contained in:
shixiaoman
2021-12-03 18:43:39 +08:00
parent bff3daa644
commit 8c224fe601
5 changed files with 283 additions and 88 deletions

View File

@@ -204,6 +204,8 @@
october:'',
november:'',
december:'',
standardRate:'',
standard:'',
};
arr.forEach(e => {
target.sectionName = e.sectionName;
@@ -244,8 +246,10 @@
if (month == '12') {
target.december = e.waterQualityCategory;
}
target.standardRate = e.standardRate;
target.standard = e.standard;
})
this.datasource.push(target);
}
} else {