|
|
|
@ -285,11 +285,12 @@ export default { |
|
|
|
} else { |
|
|
|
this.showIndex = 1 |
|
|
|
this.form = _.merge({}, this.form, row) |
|
|
|
this.saveSimpleLog({name:this.form.bdbh,nameEn:this.form.bdbh,jcmc:'新增表单',jcmcEn:'Create'}) |
|
|
|
this.templateData = deepClone(this.form) |
|
|
|
const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') }) |
|
|
|
this.$tab.updatePage(obj); |
|
|
|
this.saveSimpleLog({jcmc:'预填表单新增',jcmcEn:'Create',name:'',jcmcEn:''}) |
|
|
|
let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单') |
|
|
|
let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug') |
|
|
|
this.saveSimpleLog({jcmc:'预填表单新增',jcmcEn:'Preset Create',name:name,nameEn:nameEn}) |
|
|
|
this.open = true |
|
|
|
} |
|
|
|
}, |
|
|
|
|