|
|
|
@ -20,7 +20,7 @@ G |
|
|
|
</div> |
|
|
|
<div class="edit-content"> |
|
|
|
<div class="content-left"> |
|
|
|
<TemplateTable ref="templateTable" :sn="form.templateSn" :templateData="getTemplateData" fillType="readonly" /> |
|
|
|
<TemplateTable ref="templateTable" :sn="form.templateSn" :templateData="form.bdnr" fillType="readonly" /> |
|
|
|
<div class="content-title"> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormApply.qmxx') }}</div> |
|
|
|
@ -161,13 +161,7 @@ export default { |
|
|
|
created() { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
getTemplateData() { |
|
|
|
if (this.form.bdnr && this.form.bdnr != '') { |
|
|
|
return JSON.parse(this.form.bdnr) |
|
|
|
} else { |
|
|
|
return {} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
getJjcgjList(val) { |
|
|
|
this.$modal.loading() |
|
|
|
studyFormApply_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => { |
|
|
|
|