|
|
@ -597,6 +597,7 @@ export default { |
|
|
this.templateData = deepClone(this.form) |
|
|
this.templateData = deepClone(this.form) |
|
|
const obj = Object.assign({}, this.$route, { title: this.form.bdmc }) |
|
|
const obj = Object.assign({}, this.$route, { title: this.form.bdmc }) |
|
|
this.$tab.updatePage(obj); |
|
|
this.$tab.updatePage(obj); |
|
|
|
|
|
this.saveSimpleLog({ jcmc: '填报表单编辑', jcmcEn: 'Record Edit', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) |
|
|
this.$modal.closeLoading() |
|
|
this.$modal.closeLoading() |
|
|
}) |
|
|
}) |
|
|
} else { |
|
|
} else { |
|
|
@ -605,8 +606,9 @@ export default { |
|
|
study_info({ id: params.studyId }).then(response => { |
|
|
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, { stydyId: params.studyId, resourceStudy: response.data.resource, sftb: 1 }) |
|
|
this.templateData = deepClone(this.form) |
|
|
this.templateData = deepClone(this.form) |
|
|
const obj = Object.assign({}, this.$route, { title: this.form.bdmc }) |
|
|
|
|
|
|
|
|
const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') }) |
|
|
this.$tab.updatePage(obj); |
|
|
this.$tab.updatePage(obj); |
|
|
|
|
|
this.saveSimpleLog({jcmc:'填报表单新增',jcmcEn:'Create',name:'',nameEn:''}) |
|
|
this.$modal.closeLoading() |
|
|
this.$modal.closeLoading() |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|