This commit is contained in:
wanglei
2021-11-30 14:58:04 +08:00
parent e35ae0acd1
commit ac6b009815

View File

@@ -121,7 +121,7 @@
methods: {
...mapActions(['selectEnterpriseContact']),
handleSelectUser() {
this.selectEnterpriseContact().then(res => {
this.selectEnterpriseContact({type:["department", "user"]}).then(res => {
this.form.persons = res?.userList || []
})
},