|
|
@ -78,7 +78,7 @@ |
|
|
</el-row> |
|
|
</el-row> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</div> |
|
|
</div> |
|
|
<div class="content" v-if="showIndex == 2"> |
|
|
|
|
|
|
|
|
<div class="content" v-if="showIndex == 2&&templateData.templateId"> |
|
|
<TemplateTable emitName="onFillCallback" @onFillCallback="onFillCallback" ref="templateTable" |
|
|
<TemplateTable emitName="onFillCallback" @onFillCallback="onFillCallback" ref="templateTable" |
|
|
:sn="templateData.templateSn" :templateData="templateData" fillType="actFill" /> |
|
|
:sn="templateData.templateSn" :templateData="templateData" fillType="actFill" /> |
|
|
</div> |
|
|
</div> |
|
|
@ -757,7 +757,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.bdmc = this.form.bdmc |
|
|
|
|
|
|
|
|
this.templateData = deepClone(this.form) |
|
|
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); |
|
|
|