选择人员调整完毕
This commit is contained in:
@@ -322,7 +322,7 @@ const store = new Vuex.Store({
|
|||||||
}, 500)
|
}, 500)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
selectEnterpriseContact(state) {
|
selectEnterpriseContact(state,params) {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
state.dispatch("injectJWeixin", "selectEnterpriseContact").then(() => {
|
state.dispatch("injectJWeixin", "selectEnterpriseContact").then(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
@@ -330,7 +330,8 @@ const store = new Vuex.Store({
|
|||||||
sdk?.invoke("selectEnterpriseContact", {
|
sdk?.invoke("selectEnterpriseContact", {
|
||||||
fromDepartmentId: -1,
|
fromDepartmentId: -1,
|
||||||
mode: "multi",
|
mode: "multi",
|
||||||
type: ["user"]
|
type: ["user"],
|
||||||
|
...params
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.err_msg == "selectEnterpriseContact:ok") {
|
if (res.err_msg == "selectEnterpriseContact:ok") {
|
||||||
if (typeof res.result == 'string') {
|
if (typeof res.result == 'string') {
|
||||||
|
|||||||
Reference in New Issue
Block a user