From 38a18e2736943e773ae25abf4b101dcf771f6db6 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Thu, 29 Jan 2026 10:50:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E8=AF=95=E9=AA=8C=E6=96=B9=E6=B3=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/syff/Xq.vue | 2 +- src/views/business/study/comp/syff/Xz.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/business/study/comp/syff/Xq.vue b/src/views/business/study/comp/syff/Xq.vue index 6b24e49..01cc033 100644 --- a/src/views/business/study/comp/syff/Xq.vue +++ b/src/views/business/study/comp/syff/Xq.vue @@ -31,7 +31,7 @@ class="el-icon-arrow-right el-icon--right"> -
+
{{ $t('page.business.study.studyMethod.qmhz') }}
diff --git a/src/views/business/study/comp/syff/Xz.vue b/src/views/business/study/comp/syff/Xz.vue index 4fc3a1f..8367ae9 100644 --- a/src/views/business/study/comp/syff/Xz.vue +++ b/src/views/business/study/comp/syff/Xz.vue @@ -186,6 +186,7 @@ export default { if (res.code === 200) { this.form.fileUrl = res.data.url this.form.fileName = res.data.name + this.form.ffmc = res.data.originalFileName this.fileList.push({ name: res.data.name, url: res.data.url }) this.$modal.closeLoading() } else {