diff --git a/src/project/huizhili/AppCooperationPropaganda/scopedSelect.vue b/src/project/huizhili/AppCooperationPropaganda/scopedSelect.vue index dd3eb90b..6eec4f91 100644 --- a/src/project/huizhili/AppCooperationPropaganda/scopedSelect.vue +++ b/src/project/huizhili/AppCooperationPropaganda/scopedSelect.vue @@ -134,8 +134,8 @@ export default { }, onShow() { // 网格或者部门 - this.selectedUser = uni.getStorageSync('girdSelect') - this.deptListArr = uni.getStorageSync('deptList') + this.selectedUser = uni.getStorageSync('girdSelect') || [] + this.deptListArr = uni.getStorageSync('deptList') || [] // 添加时间 this.startTime = uni.getStorageSync('startTime') this.endTime = uni.getStorageSync('endTime')