柱状图

This commit is contained in:
shijingjing
2022-07-22 17:40:34 +08:00
parent 048fc9ed24
commit 01db21cd73
4 changed files with 58 additions and 37 deletions

View File

@@ -130,7 +130,16 @@ export default {
// uni.clearStorageSync('selected')
},
selectConfirm() {
this.userId = this.userIdList?.[0].userId,
if(this.userIdList.length) {
this.userId = this.userIdList[0].userId
}
// let arr = this.userIdList
// console.log(arr[0],222);
// console.log(this.userIdList,111);
this.start = this.startTime,
this.end = this.endTime
let startTmp = this.start.split("-");
@@ -153,8 +162,8 @@ export default {
},
},
onShow() {
this.getList()
document.title = '群发居民群'
this.getList()
this.$dict.load('mstStatus').then(() => {
this.getList()
})