提示文案

This commit is contained in:
shijingjing
2023-03-03 13:50:33 +08:00
parent a1829b3bc0
commit 115ffb9ac3
2 changed files with 14 additions and 14 deletions

View File

@@ -99,6 +99,7 @@ export default {
}).then((res)=>{
if(res?.departmentList) {
this.deptListArr = res.departmentList
uni.setStorageSync('deptList', this.deptListArr)
}
}).catch((err) => {
this.$u.toast(err)
@@ -131,8 +132,8 @@ export default {
onShow() {
// 网格或者部门
this.selectedUser = uni.getStorageSync('girdSelect') || []
this.deptListArr = uni.getStorageSync('deptList') || []
this.deptListArr = uni.getStorageSync('deptList') || []
// 添加时间
this.startTime = uni.getStorageSync('startTime')
this.endTime = uni.getStorageSync('endTime')