@@ -544,7 +544,7 @@ export default {
month: this.month
}).then(res => {
if (res.code === 200) {
- this.parseList(res.data.records, this.selectIndex, clean)
+ this.parseList(res.data.records, this.selectIndex, true)
}
})