From 70415a8f9a92ecb18ec31ec54c84bfb3412e693b Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 1 Mar 2023 09:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E9=83=A8=E9=97=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../huizhili/AppCooperationPropaganda/scopedSelect.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')