Browse Source

fix:[模板管理]直接加的填报表单,试验方法和编号没显示的问题

ouqian
15881625488@163.com 1 month ago
parent
commit
2551924cfe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/study/comp/tbbd/Bj.vue

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

@ -609,7 +609,7 @@ export default {
this.showIndex = 1
this.$modal.loading()
study_info({ id: params.studyId }).then(response => {
this.form = _.merge({}, this.form, { studySubjectId: params.studySubjectId, studyId: 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,studyMc:response.data.name,studySn:response.data.sn })
this.templateData = deepClone(this.form)
const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') })
this.$tab.updatePage(obj);

Loading…
Cancel
Save