人员选择器增加可选自己

This commit is contained in:
艾贤凌
2022-01-18 18:42:30 +08:00
parent 0b4d61853e
commit 6b52b7d147

View File

@@ -358,6 +358,7 @@ const store = new Vuex.Store({
let sdk = typeof wx?.invoke == 'function' ? wx : jWeixin
sdk?.invoke("selectEnterpriseContact", {
fromDepartmentId: -1,
selectedContextContact: 1,
mode: "multi",
...params
}, res => {