This commit is contained in:
wanglei
2021-12-03 14:06:00 +08:00
parent fd370a25e4
commit f9a0a033ac

View File

@@ -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 || [])
}) })
}, },