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 @@
+ +