diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue index a5b29b4..b832387 100644 --- a/src/views/business/study/comp/jhbd/Bj.vue +++ b/src/views/business/study/comp/jhbd/Bj.vue @@ -276,7 +276,7 @@ export default { edit(row) { this.reset() this.studyType = row.studyType || null - this.studyFormType = row.studyFormType || null + this.studyFormType = row.studyFormType || 10 this.form.qmyy = this.$t('page.business.study.studyFormPlan.cjjl') if (row && row.id) { this.showIndex = 2 diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue index 9067c5f..a8c9d2e 100644 --- a/src/views/business/study/comp/sqbd/Bj.vue +++ b/src/views/business/study/comp/sqbd/Bj.vue @@ -279,7 +279,7 @@ export default { edit(row) { this.reset() this.studyType = row.studyType || null - this.studyFormType = row.studyFormType || null + this.studyFormType = row.studyFormType || 15 if (row && row.id) { this.showIndex = 2 this.$modal.loading() diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index c976676..d21e302 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -582,7 +582,7 @@ export default { try { params = JSON.parse(caesarDecipher(this.$route.params.key)) this.studyType = params.studyType || null - this.studyFormType = params.studyFormType || null + this.studyFormType = params.studyFormType || 5 this.selectedDeptId = params.selectedDeptId || null } catch (e) { console.log('参数错误') diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index 6b389a4..b0e5bf6 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -280,7 +280,7 @@ export default { this.reset() this.permitForSecectUser = row.permitForSecectUser this.studyType = row.studyType || null - this.studyFormType = row.studyFormType || null + this.studyFormType = row.studyFormType || 1 this.selectedDeptId = row.selectedDeptId || null if (row && row.id) { this.showIndex = 2 diff --git a/src/views/business/study/comp/ytbdList.vue b/src/views/business/study/comp/ytbdList.vue index 8ad4915..7dd0421 100644 --- a/src/views/business/study/comp/ytbdList.vue +++ b/src/views/business/study/comp/ytbdList.vue @@ -452,6 +452,7 @@ export default { studyId: this.searchForm.studyId, selectedDeptId: this.selectedDeptId, studyType: 1, + studyFormType: 1, studySubjectId: this.searchForm.studySubjectId, permitForSecectUser: 'business:studyFormPre:sh' })