From 4d02e122f551c2331a2046cf3ed43273fef51712 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 18 Jan 2022 17:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 57cd43b5..eeb9a6c3 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -356,7 +356,7 @@ const store = new Vuex.Store({ state.dispatch("injectJWeixin", "selectPrivilegedContact").then(() => { setTimeout(() => { let sdk = typeof wx?.invoke == 'function' ? wx : jWeixin - sdk?.invoke("selectEnterpriseContact", { + sdk?.invoke("selectPrivilegedContact", { fromDepartmentId: -1, mode: "multi", ...params