diff --git a/src/components/SelectUserByWorkGroup.vue b/src/components/SelectUserByWorkGroup.vue index bfdc692..768d611 100644 --- a/src/components/SelectUserByWorkGroup.vue +++ b/src/components/SelectUserByWorkGroup.vue @@ -368,7 +368,7 @@ export default { }, handleClearDepart () { this.$refs.workGroupDropdownItem.toggle() - this.selectedWorkGroup = '组织机构' + this.selectedWorkGroup = '内部工作组' this.tempSelectedWorkGroup = {} this.workingGroupId = null this.onSearch()