新旧拆分单对比--列表--导出文件名称
This commit is contained in:
@@ -458,7 +458,8 @@ export default {
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
handleExportXls () {
|
handleExportXls () {
|
||||||
const fileName = '全文比对信息'
|
|
||||||
|
const fileName = this.$route.query.infoNumberLeft + ' - ' + this.$route.query.infoNumberRight + '比对结果'
|
||||||
const fileSuffix = '.xls'
|
const fileSuffix = '.xls'
|
||||||
const param = {}
|
const param = {}
|
||||||
param.id = this.$route.query.id
|
param.id = this.$route.query.id
|
||||||
|
|||||||
@@ -127,8 +127,7 @@ export default {
|
|||||||
this.loadData()
|
this.loadData()
|
||||||
},
|
},
|
||||||
handleExportXls () {
|
handleExportXls () {
|
||||||
|
const fileName = this.$route.query.serialNumberLeft + ' - ' + this.$route.query.serialNumberRight + '比对结果'
|
||||||
const fileName = '条款比对信息'
|
|
||||||
const fileSuffix = '.xlsx'
|
const fileSuffix = '.xlsx'
|
||||||
const param = {}
|
const param = {}
|
||||||
param.standHisId = this.standHisId
|
param.standHisId = this.standHisId
|
||||||
|
|||||||
Reference in New Issue
Block a user