diff --git a/public/favicon.ico b/public/favicon.ico index 2cd3d66..5a70270 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/views/business/comps/select/SelectDeptUserMultipleDialog.vue b/src/views/business/comps/select/SelectDeptUserMultipleDialog.vue index 1f9ab75..7ee111f 100644 --- a/src/views/business/comps/select/SelectDeptUserMultipleDialog.vue +++ b/src/views/business/comps/select/SelectDeptUserMultipleDialog.vue @@ -144,6 +144,8 @@ export default { }) } this.$emit('change', backList) + }, + close(){ this.open = false }, delSelected(row){ diff --git a/src/views/business/study/comp/suject.vue b/src/views/business/study/comp/suject.vue index 142263b..5bec3de 100644 --- a/src/views/business/study/comp/suject.vue +++ b/src/views/business/study/comp/suject.vue @@ -242,8 +242,18 @@ export default { } } this.memberList = postList - this.signType = 'member' - this.$refs.subjectSignRef.show(this.$t('page.business.study.study.rybg'),this.$t('page.business.study.study.rybg')) + studySubjectUser_save({ + studySubjectId:this.memberSubject.id, + subjectUserList:this.memberList, + sign:{} + }).then(() => { + this.$refs.selectSubjectDeptUserMultipleDialog.close() + this.signType = 'member' + this.$refs.subjectSignRef.show(this.$t('page.business.study.study.rybg'),this.$t('page.business.study.study.rybg')) + }).catch((e) => { + }).finally(() => { + }) + }, doChangeMember(sign){ diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 8297bc3..86c587c 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -89,7 +89,7 @@ v-hasPermi="['system:dept:add']" >{{$t('page.system.dept.add')}}