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(() => {