Browse Source

fix:[试验管理]直接填报

lkf
15881625488@163.com 2 months ago
parent
commit
5a6d78e5fc
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      src/views/business/study/comp/tbbd/Bj.vue
  2. +2
    -0
      src/views/business/study/comp/tbbdList.vue

+ 1
- 1
src/views/business/study/comp/tbbd/Bj.vue View File

@ -607,7 +607,7 @@ export default {
this.showIndex = 1
this.$modal.loading()
study_info({ id: params.studyId }).then(response => {
this.form = _.merge({}, this.form, { stydyId: params.studyId, resourceStudy: response.data.resource, sftb: 1 })
this.form = _.merge({}, this.form, { studySubjectId:params.studySubjectId,studyId: params.studyId, resourceStudy: response.data.resource, sftb: 1 })
this.templateData = deepClone(this.form)
const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') })
this.$tab.updatePage(obj);

+ 2
- 0
src/views/business/study/comp/tbbdList.vue View File

@ -433,6 +433,7 @@ export default {
studyType: 1,
studyFormType:5,
selectedDeptId:this.selectedDeptId,
studySubjectId: this.searchForm.studySubjectId,
id: null
}))
this.$tab.openPage(this.$t('page.business.study.studyFormFill.xzbd'), '/study/formFillBj/' + params)
@ -455,6 +456,7 @@ export default {
studyId: this.searchForm.studyId,
studyType: 1,
studyFormType:5,
studySubjectId: this.searchForm.studySubjectId,
selectedDeptId:this.selectedDeptId,
formId: row.id
}))

Loading…
Cancel
Save