From 2371c70e5de3d2141d4f07a96768af250ce1978d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 2 Mar 2023 10:21:07 +0800 Subject: [PATCH] console --- .../huizhili/AppCooperationPropaganda/scopedSelect.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/project/huizhili/AppCooperationPropaganda/scopedSelect.vue b/src/project/huizhili/AppCooperationPropaganda/scopedSelect.vue index 3c8f0e51..c6cade8f 100644 --- a/src/project/huizhili/AppCooperationPropaganda/scopedSelect.vue +++ b/src/project/huizhili/AppCooperationPropaganda/scopedSelect.vue @@ -105,6 +105,7 @@ export default { //由于目前各个终端尚未完全兼容,需要开发者额外判断result类型以保证在各个终端的兼容性 } this.deptListArr = res.result.departmentList + console.log(this.deptListArr, '111'); } }).catch((err) => { this.$u.toast(err) @@ -122,6 +123,7 @@ export default { this.endTime = e.endDate }, submit() { + console.log(this.deptListArr, 'deptListArr') uni.setStorageSync('gender',this.sex) uni.setStorageSync('startTime', this.startTime) uni.setStorageSync('endTime', this.endTime) @@ -138,7 +140,7 @@ export default { // 网格或者部门 this.selectedUser = uni.getStorageSync('girdSelect') || [] this.deptListArr = uni.getStorageSync('deptList') || [] - console.log(this.deptListArr, 'deptListArr') + // 添加时间 this.startTime = uni.getStorageSync('startTime') this.endTime = uni.getStorageSync('endTime')