柱状图
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user