diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index 6eb27cf..80979b2 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -342,6 +342,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.studyFormPre.zztjyzbd') this.openSubmit = true } }, diff --git a/src/views/business/study/comp/ytbd/Sh.vue b/src/views/business/study/comp/ytbd/Sh.vue index babcd81..461f772 100644 --- a/src/views/business/study/comp/ytbd/Sh.vue +++ b/src/views/business/study/comp/ytbd/Sh.vue @@ -187,7 +187,7 @@ export default { resetApprove() { this.formApprove = { id: null, - qmyy: null, + qmyy: this.$t('page.business.study.studyFormPre.shtg'), remark: null, qmrmm: null } @@ -196,7 +196,7 @@ export default { resetReject() { this.formReject = { id: null, - qmyy: null, + qmyy: this.$t('page.business.study.studyFormPre.shjj'), remark: null, qmrmm: null }