From fadb477fbd5ba5c9f90decc4423e0b230f62ecf0 Mon Sep 17 00:00:00 2001 From: lsd <577732344@qq.COM> Date: Wed, 17 Apr 2024 15:48:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E5=B7=A5=E7=99=BB=E8=AE=B09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/cuser/talents/Dialog/addGroups.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/manage/cuser/talents/Dialog/addGroups.vue b/src/views/manage/cuser/talents/Dialog/addGroups.vue index 4598053..ee7d121 100644 --- a/src/views/manage/cuser/talents/Dialog/addGroups.vue +++ b/src/views/manage/cuser/talents/Dialog/addGroups.vue @@ -92,6 +92,7 @@ export default { this.loading = true; addDept({ groupName: this.form.groupName, + groupType: 9, }).then( () => { this.$message({ @@ -135,12 +136,12 @@ export default { } }) } - - + + }, }, }; \ No newline at end of file +