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()),