diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js
index d765d139..6ff5f4df 100644
--- a/src/common/lang/en-us.js
+++ b/src/common/lang/en-us.js
@@ -541,6 +541,12 @@ module.exports = {
selectedPersonnel: '已选人员',
workGroup: '内部工作组'
},
+ // 内部工作组选择器
+ workGroupSelect: {
+ select: '选择',
+ selectWorkGroup: '选择内部工作组',
+ enterWorkGroupPressEnter: '请输入工作组名称按回车进行搜索'
+ },
// 弹框上传附件
uploadFile: {
clickUpload: 'Click To Upload',
diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js
index 389b9fd2..9189446c 100644
--- a/src/common/lang/zh-cn.js
+++ b/src/common/lang/zh-cn.js
@@ -562,6 +562,12 @@ module.exports = {
selectedPersonnel: '已选人员',
workGroup: '内部工作组'
},
+ // 内部工作组选择器
+ workGroupSelect: {
+ select: '选择',
+ selectWorkGroup: '选择内部工作组',
+ enterWorkGroupPressEnter: '请输入工作组名称按回车进行搜索'
+ },
// 弹框上传附件
uploadFile: {
clickUpload: '点击上传',
diff --git a/src/components/selection/WorkGroupSelection.vue b/src/components/selection/WorkGroupSelection.vue
new file mode 100644
index 00000000..cf51116e
--- /dev/null
+++ b/src/components/selection/WorkGroupSelection.vue
@@ -0,0 +1,213 @@
+
+
+
+
+
+
+
+ {{this.$t('workGroupSelect.select')}}
+
+
+
+
+
+
+
+
+
diff --git a/src/components/selection/WorkGroupSelectionModal.vue b/src/components/selection/WorkGroupSelectionModal.vue
new file mode 100644
index 00000000..56c45071
--- /dev/null
+++ b/src/components/selection/WorkGroupSelectionModal.vue
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+
+
+ {{title.substr(0, title.indexOf(searchValue))}}
+ {{searchValue}}
+ {{title.substr(title.indexOf(searchValue) + searchValue.length)}}
+
+ {{title}}
+
+
+
+
+
+
+
+
+
+
+
+
+