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