新增用电查询echarts和导出功能

This commit is contained in:
2024-05-09 11:02:40 +08:00
parent 6d35c78da9
commit e730e66c7c
9 changed files with 122 additions and 28 deletions

View File

@@ -65,9 +65,8 @@ Page({
},
onChangeYear(e) {
const { years, codeId } = this.data;
const { codeId } = this.data;
const currentYear = e
console.log('e', e, 'currentYear', currentYear, 'years', years)
this.setData({
year: currentYear,
type: "",