From 75e1cc1812c569dc45e96d10b920181ce9c23fd6 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 12 Jun 2023 17:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=AE=A1=E6=89=B9=E4=BA=BA?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= 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 79031964..0fad22fc 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] },