From 5ad5bb941829174cb892a2f5ed4a3c312b1d3dc9 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 19 Jan 2026 11:35:25 +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=E8=A1=A8=E5=8D=95=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/tbbd/Xq.vue | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/views/business/study/comp/tbbd/Xq.vue b/src/views/business/study/comp/tbbd/Xq.vue index ff8989f..a877a3d 100644 --- a/src/views/business/study/comp/tbbd/Xq.vue +++ b/src/views/business/study/comp/tbbd/Xq.vue @@ -14,9 +14,18 @@ $t('page.business.study.studyFormFill.tb') }} - 后台导出 - - {{ $t('page.business.study.studyFormFill.dcqbjcgj') }} + + {{ $t('page.business.study.studyFormFill.dcqbjcgj') }} + + {{ $t('page.business.study.studyFormFill.dclcjcgj') }} + + {{ $t('page.business.study.studyFormFill.dcbjjcgj') }} + + {{ $t('page.business.study.studyFormFill.dcxgjcgj') }} + + {{ $t('page.business.study.studyFormFill.dcbhsjgj') }} + +
-
- +
+
@@ -172,7 +181,7 @@ export default { pageNum: 1, formId: null, pageSize: 9999, - lang:this.$store.getters.language.split("_")[0] + lang: this.$store.getters.language.split("_")[0] } } }, @@ -184,9 +193,9 @@ export default { created() { }, methods: { - exportExcel() { + exportExcel(jcgjlx) { this.$modal.loading() - studyFormFill_exportDetail(this.queryParamsJcgj).then(response => { + studyFormFill_exportDetail(_.merge({}, this.queryParamsJcgj, { jcgjlx: jcgjlx })).then(response => { window.open(this.baseUrl + response.msg) this.$modal.closeLoading() }).finally(() => {