|
|
@ -197,7 +197,7 @@ export default { |
|
|
methods: { |
|
|
methods: { |
|
|
exportExcel() { |
|
|
exportExcel() { |
|
|
this.$modal.loading() |
|
|
this.$modal.loading() |
|
|
exportDetail({ id: this.form.id }).then(response => { |
|
|
|
|
|
|
|
|
exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0] }).then(response => { |
|
|
window.open(this.baseUrl +response.msg) |
|
|
window.open(this.baseUrl +response.msg) |
|
|
this.$modal.closeLoading() |
|
|
this.$modal.closeLoading() |
|
|
}).finally(() => { |
|
|
}).finally(() => { |
|
|
|