|
|
@ -517,7 +517,7 @@ export default { |
|
|
this.$modal.loading() |
|
|
this.$modal.loading() |
|
|
studyFormFill_bcOnly(this.form).then(response => { |
|
|
studyFormFill_bcOnly(this.form).then(response => { |
|
|
this.form = response.data |
|
|
this.form = response.data |
|
|
this.templateData = deepClone(this.form) |
|
|
|
|
|
|
|
|
this.templateData.bdmc = this.form.bdmc |
|
|
this.showIndex = 2 |
|
|
this.showIndex = 2 |
|
|
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); |
|
|
|