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