diff --git a/src/views/business/study/comp/edit.vue b/src/views/business/study/comp/edit.vue index 98f8c06..84630bf 100644 --- a/src/views/business/study/comp/edit.vue +++ b/src/views/business/study/comp/edit.vue @@ -94,7 +94,7 @@ export default { }, edit(row) { this.$refs['infoDialogForm'] && this.$refs['infoDialogForm'].resetFields() - this.infoDialog.formData = _.merge({}, EmptyDialogData) + this.infoDialog.formData = _.merge({}, EmptyDialogData,{leader:this.$store.getters.id,leaderName:this.$store.getters.nickName}) if(row && row.id){ this.$modal.loading() study_info({id:row.id}).then(({data}) => { diff --git a/src/views/business/study/comp/suject.vue b/src/views/business/study/comp/suject.vue index d14dfba..b3fdfbb 100644 --- a/src/views/business/study/comp/suject.vue +++ b/src/views/business/study/comp/suject.vue @@ -10,7 +10,7 @@