From 0cc6a8abea8a38442152441b62b4fd78bd27b804 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 30 Mar 2026 16:43:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/ytbd/Bj.vue | 1 + src/views/business/study/comp/ytbd/Sh.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 }