This commit is contained in:
wanglei
2021-12-03 09:31:31 +08:00
parent 5f4cb63a15
commit 6ebe2a625f

View File

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