|
|
|
@ -135,6 +135,7 @@ export default { |
|
|
|
components: { JcgjList, }, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
appTitle: process.env.VUE_APP_TITLE, |
|
|
|
form: {}, |
|
|
|
tzList: [], |
|
|
|
totalTz: 0, |
|
|
|
@ -159,7 +160,7 @@ export default { |
|
|
|
methods: { |
|
|
|
exportPDF() { |
|
|
|
this.$modal.loading() |
|
|
|
exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0] }).then(response => { |
|
|
|
exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0],version:this.appTitle }).then(response => { |
|
|
|
window.open(process.env.VUE_APP_FILE_DOMAIN +response.msg) |
|
|
|
this.saveSimpleLog({name:this.form.bh,nameEn:this.form.bh,jcmc:'供试品导出',jcmcEn:'Test Item Export'}) |
|
|
|
this.$modal.closeLoading() |
|
|
|
|