列表刷新
This commit is contained in:
@@ -150,6 +150,11 @@ export default {
|
||||
this.$dict.load('marriageType', 'modeType').then(() => {
|
||||
this.getEchart()
|
||||
})
|
||||
uni.$on('updateList', () => {
|
||||
this.current = 1
|
||||
this.getList()
|
||||
this.getEchart()
|
||||
})
|
||||
},
|
||||
mounted() {
|
||||
this.Echart = echarts.init(document.getElementById('yearStatistic'))
|
||||
|
||||
Reference in New Issue
Block a user