This commit is contained in:
shijingjing
2022-07-25 09:11:26 +08:00
parent 01db21cd73
commit 44d5e489db
3 changed files with 13 additions and 16 deletions

View File

@@ -127,14 +127,14 @@ export default {
this.startTime = '',
this.endTime = '',
this.userIdList = []
// uni.clearStorageSync('selected')
uni.clearStorageSync('userSelect')
},
selectConfirm() {
if(this.userIdList.length) {
this.userId = this.userIdList[0].userId
}
// let arr = this.userIdList
// console.log(arr[0],222);
// console.log(this.userIdList,111);