From 6e11cb4f1ed02e415f239b6a851e3ed9f29c4259 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Wed, 14 Jan 2026 15:57:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E5=88=A0=E9=99=A4=E5=AD=A6=E7=A7=91]?= =?UTF-8?q?=20=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E5=86=8D=E5=BC=B9=E5=87=BA=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/suject.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/business/study/comp/suject.vue b/src/views/business/study/comp/suject.vue index 5bec3de..a8eaf24 100644 --- a/src/views/business/study/comp/suject.vue +++ b/src/views/business/study/comp/suject.vue @@ -172,8 +172,20 @@ export default { } } this.infoDialog.saveList = postList - this.signType = 'save' - this.$refs.subjectSignRef.show(this.$t('page.business.study.study.rybg'),this.$t('page.business.study.study.rybg')) + + this.$modal.loading() + studySubject_save({ + studyId:this.study.id, + subjectList:this.infoDialog.saveList, + sign:{} + }).then(() => { + this.signType = 'save' + this.$refs.subjectSignRef.show(this.$t('page.business.study.study.rybg'),this.$t('page.business.study.study.rybg')) + }).catch(() => { + }).finally(() => { + this.$modal.closeLoading() + }) + }, doSign(val){ if(this.signType==='save'){