From dad7d51869ce85a0f8f72738b71c8275e586c345 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 13 Jun 2023 10:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E5=90=8C=E5=AE=A3=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qianxinan/AppCooperationPropaganda/selectDeptUser.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qianxinan/AppCooperationPropaganda/selectDeptUser.vue b/src/project/qianxinan/AppCooperationPropaganda/selectDeptUser.vue index 0fad22fc..79031964 100644 --- a/src/project/qianxinan/AppCooperationPropaganda/selectDeptUser.vue +++ b/src/project/qianxinan/AppCooperationPropaganda/selectDeptUser.vue @@ -57,7 +57,7 @@ export default { } }, onLoad(o) { - // this.selected = uni.getStorageSync('selectDeptUser') || [] + this.selected = uni.getStorageSync('selectDeptUser') || [] this.getAllDepts() this.type = o.selectTtype.split('?')[0] },