This commit is contained in:
shijingjing
2022-08-01 10:11:58 +08:00
parent db2e3811f5
commit caf6efa025
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ export default {
}, },
}, },
onShow() { onShow() {
document.title = '群发居民群' document.title = '协同宣发'
this.$dict.load(['mstStatus']).then(() => { this.$dict.load(['mstStatus']).then(() => {
this.list = [] this.list = []
this.current = 1 this.current = 1

View File

@@ -566,7 +566,7 @@ export default {
}) })
this.getColumnarEcharts(xData, yData) this.getColumnarEcharts(xData, yData)
}) })
},1000) }, 2000)
} }
} }
}); });