From a44ec3e1e0efe119482c5f225b9b54b22fe66530 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Sun, 4 Jan 2026 19:14:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=20=E5=A2=9E=E5=8A=A0TFM=E8=A7=92=E8=89=B2=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/edit.vue | 2 +- src/views/business/study/comp/suject.vue | 8 ++++++-- src/views/business/study/comp/syff.vue | 3 ++- src/views/business/study/comp/syxx.vue | 5 ++++- src/views/business/study/list.vue | 16 ++++++++++------ 5 files changed, 23 insertions(+), 11 deletions(-) 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 @@