diff --git a/src/views/business/form/drug/comp/tbbdList.vue b/src/views/business/form/drug/comp/tbbdList.vue index 33ec576..e13a7d7 100644 --- a/src/views/business/form/drug/comp/tbbdList.vue +++ b/src/views/business/form/drug/comp/tbbdList.vue @@ -124,7 +124,7 @@ v-hasPermi="['business:drugFormFill:qrfz']">{{ $t('page.business.study.studyFormFill.qrfz') }} - {{ $t('page.business.study.studyFormFill.gc') }} diff --git a/src/views/business/form/nonTrial/comp/tbbdList.vue b/src/views/business/form/nonTrial/comp/tbbdList.vue index 6ebf115..552d4f6 100644 --- a/src/views/business/form/nonTrial/comp/tbbdList.vue +++ b/src/views/business/form/nonTrial/comp/tbbdList.vue @@ -122,7 +122,7 @@ v-hasPermi="['business:nonTrialFormFill:qrfz']">{{ $t('page.business.study.studyFormFill.qrfz') }} - {{ $t('page.business.study.studyFormFill.gc') }} diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue index 9f4ef24..1ba4284 100644 --- a/src/views/business/study/comp/jhbd/Bj.vue +++ b/src/views/business/study/comp/jhbd/Bj.vue @@ -344,6 +344,7 @@ export default { let content = await this.$refs.templateTable.getFormData() if (content) { this.form.bdnr = JSON.stringify(content) + this.form.qmyy=this.$t('page.business.study.studyFormFill.txbtjjl') this.openSubmit = true } }