From cd51bdf6db1f81929fefa5a251362aeccf359ed5 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Mon, 19 Jan 2026 12:53:33 +0800
Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?=
=?UTF-8?q?=E7=90=86]=E5=A1=AB=E6=8A=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/study/comp/tbbd/Xq.vue | 9 ++++-----
src/views/business/study/comp/ytbd/Bj.vue | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/views/business/study/comp/tbbd/Xq.vue b/src/views/business/study/comp/tbbd/Xq.vue
index a877a3d..5745821 100644
--- a/src/views/business/study/comp/tbbd/Xq.vue
+++ b/src/views/business/study/comp/tbbd/Xq.vue
@@ -39,8 +39,8 @@
-->
-
+
@@ -73,7 +73,7 @@
@pagination="getJjcgjList" /> -->
-
+
@@ -181,7 +181,6 @@ export default {
pageNum: 1,
formId: null,
pageSize: 9999,
- lang: this.$store.getters.language.split("_")[0]
}
}
},
@@ -195,7 +194,7 @@ export default {
methods: {
exportExcel(jcgjlx) {
this.$modal.loading()
- studyFormFill_exportDetail(_.merge({}, this.queryParamsJcgj, { jcgjlx: jcgjlx })).then(response => {
+ studyFormFill_exportDetail(_.merge({}, this.queryParamsJcgj, { jcgjlx: jcgjlx ,lang: this.$store.getters.language.split("_")[0]})).then(response => {
window.open(this.baseUrl + response.msg)
this.$modal.closeLoading()
}).finally(() => {
diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue
index 3f8bf4b..20fb0cb 100644
--- a/src/views/business/study/comp/ytbd/Bj.vue
+++ b/src/views/business/study/comp/ytbd/Bj.vue
@@ -198,7 +198,7 @@ export default {
console.log("data:" + JSON.stringify(data))
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData()))
if (data.type == 'fieldChanged') {
- studyFormFill_updateBdnr(
+ studyFormPre_updateBdnr(
{
id: this.form.id,
bdnr: JSON.stringify(this.$refs.templateTable.getFilledFormData()),