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