Commit 4971e404 authored by jingnan's avatar jingnan 👀

AO表示维护批量签审导出接口修改

parent aebf30e9
......@@ -551,15 +551,15 @@ export default {
*/
handleExport() {
const params = {
pageFrom: this.tablePagination.currentPage,
pageSize: this.tablePagination.pageSize,
// pageFrom: this.tablePagination.currentPage,
// pageSize: this.tablePagination.pageSize,
searchItems: {
items: [
{
fieldName: 'sorties',
operator: 'EQ',
value: this.nodeData.serialNo
}
// {
// fieldName: 'sorties',
// operator: 'EQ',
// value: this.nodeData.serialNo
// }
],
operator: 'AND'
},
......@@ -579,7 +579,7 @@ export default {
value: this.nodeData.title
})
}
const downloadTitle = '单架次指令标识-' + this.nodeData.title + '.xlsx'
const downloadTitle = '单架次指令标识' + '.xlsx'
downloadFile(`ExtProcessPlan/download/excel?taskDefinitionKey=${this.$route.query.taskDefinitionKey}`, 'post', params).then(res => {
this.$utils.downLoadFile(res, downloadTitle)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment