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