bug
This commit is contained in:
@@ -158,7 +158,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
...mapActions(['selectEnterpriseContact']),
|
...mapActions(['selectEnterpriseContact']),
|
||||||
handleSelectUser() {
|
handleSelectUser() {
|
||||||
this.selectEnterpriseContact().then(res => {
|
this.selectEnterpriseContact({fromDepartmentId:0,type:["department", "user"]}).then(res => {
|
||||||
this.change(res?.userList || [])
|
this.change(res?.userList || [])
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user