提交 89f278f0 authored 作者: 翟畅's avatar 翟畅

zc防伪码导出、下载

上级 6431dc04
......@@ -309,6 +309,7 @@ import store from '@/store'
}
},
mounted() {
console.log(this.JavaInfo,'11111')
// this.lockingState = this.$route.query.lockingState?this.$route.query.lockingState:2
// this.currentBookName = this.$route.query.currentBookName?this.$route.query.currentBookName:'暂无图书名称'
// this.listQuery.phyId = this.$route.query.id?this.$route.query.id:null
......@@ -602,7 +603,7 @@ import store from '@/store'
isCode:this.downLoadType,
code0: this.startCode0,
code1:this.startCode1,
departmentCode: this.listQuery.departmentCode?this.listQuery.departmentCode:this.JavaInfo.departmentCode
departmentCode: this.listQuery.departmentCode?this.listQuery.departmentCode:this.JavaInfo.oldCode
}
let {...params} = data
let tempParams = {}
......@@ -715,7 +716,7 @@ import store from '@/store'
isCode:this.exportTxtType,
code0: this.startTxtCode0,
code1:this.startTxtCode1,
departmentCode: this.listQuery.departmentCode?this.listQuery.departmentCode:this.JavaInfo.departmentCode
departmentCode: this.listQuery.departmentCode?this.listQuery.departmentCode:this.JavaInfo.oldCode
}
let {...params} = data
let tempParams = {}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论