This commit is contained in:
yanran200730
2022-01-19 17:06:52 +08:00
parent 51a3160947
commit 94d467d0da
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ export default {
methods: {
...mapActions(['selectPrivilegedContact']),
handleSelectUser() {
if (this.clickedUserSelect) return this.$u.toast("正在打开人员选择器")
// if (this.clickedUserSelect) return this.$u.toast("正在打开人员选择器")
this.clickedUserSelect = true
this.selectPrivilegedContact({
fromDepartmentId: 0,

View File

@@ -375,7 +375,7 @@ const store = new Vuex.Store({
reject(res)
}
})
}, 500)
}, 100)
})
})
},