From 327f7033cd18c9ebf7b2e038c43bd69f26554e7c Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Sun, 4 Jan 2026 16:45:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E9=94=81=E5=AE=9A=E8=AF=95=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/study/study.js | 14 +++++++++++++ src/views/business/study/comp/edit.vue | 2 +- src/views/business/study/comp/suject.vue | 6 +++--- src/views/business/study/comp/syxx.vue | 34 ++++++++++++++++++++++++++++---- 4 files changed, 48 insertions(+), 8 deletions(-) diff --git a/src/api/business/study/study.js b/src/api/business/study/study.js index 5bac995..9a120dc 100644 --- a/src/api/business/study/study.js +++ b/src/api/business/study/study.js @@ -47,6 +47,20 @@ export function study_gd(data) { data: data }) } +export function study_checkSd(data) { + return request({ + url: '/system/business/study/checkSd', + method: 'post', + data: data + }) +} +export function study_sd(data) { + return request({ + url: '/system/business/study/sd', + method: 'post', + data: data + }) +} export function study_js(data) { return request({ url: '/system/business/study/js', diff --git a/src/views/business/study/comp/edit.vue b/src/views/business/study/comp/edit.vue index 05ee6ce..98f8c06 100644 --- a/src/views/business/study/comp/edit.vue +++ b/src/views/business/study/comp/edit.vue @@ -21,7 +21,7 @@ - + diff --git a/src/views/business/study/comp/suject.vue b/src/views/business/study/comp/suject.vue index b9c5368..44b4f9c 100644 --- a/src/views/business/study/comp/suject.vue +++ b/src/views/business/study/comp/suject.vue @@ -10,13 +10,13 @@
{{$t('page.business.study.studyEnter.syxkxx')}}
- +
{{item.deptName}}({{item.leaderName}})
-
+
{{$t('page.business.study.studyEnter.yq')}}
@@ -88,10 +88,10 @@ export default { }, }, components: {SelectDeptUserDialog,SelectDeptUserMultipleDialog,Sign}, - computed: {}, filters: {}, data() { return { + userId:this.$store.getters.id, subjectList:[], selectedSubjectId:'', infoDialog:{ diff --git a/src/views/business/study/comp/syxx.vue b/src/views/business/study/comp/syxx.vue index 0834993..62d5347 100644 --- a/src/views/business/study/comp/syxx.vue +++ b/src/views/business/study/comp/syxx.vue @@ -35,7 +35,7 @@ - {{ $t('page.business.study.studyFormPlan.sdsy') }} + {{ $t('page.business.study.studyFormPlan.sdsy') }} @@ -52,12 +52,15 @@
+ +