|
|
|
@ -50,7 +50,7 @@ export default { |
|
|
|
this.$modal.loading() |
|
|
|
nonTrial_info({id:this.$route.params.studyId}).then(({data}) => { |
|
|
|
this.study = data |
|
|
|
const obj = Object.assign({}, this.$route, { title: '非试验:'+this.study.sn }) |
|
|
|
const obj = Object.assign({}, this.$route, { title: '非试验表单:'+this.study.sn }) |
|
|
|
this.$tab.updatePage(obj); |
|
|
|
}).finally(() => { |
|
|
|
this.$modal.closeLoading() |
|
|
|
|