Commit c50981b2 authored by jingnan's avatar jingnan 👀

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

parent adf77b88
...@@ -551,15 +551,15 @@ export default { ...@@ -551,15 +551,15 @@ export default {
*/ */
handleExport() { handleExport() {
const params = { const params = {
pageFrom: this.tablePagination.currentPage, // pageFrom: this.tablePagination.currentPage,
pageSize: this.tablePagination.pageSize, // pageSize: this.tablePagination.pageSize,
searchItems: { searchItems: {
items: [ items: [
{ // {
fieldName: 'sorties', // fieldName: 'sorties',
operator: 'EQ', // operator: 'EQ',
value: this.nodeData.serialNo // value: this.nodeData.serialNo
} // }
], ],
operator: 'AND' operator: 'AND'
}, },
...@@ -579,7 +579,7 @@ export default { ...@@ -579,7 +579,7 @@ export default {
value: this.nodeData.title 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 => { downloadFile(`ExtProcessPlan/download/excel?taskDefinitionKey=${this.$route.query.taskDefinitionKey}`, 'post', params).then(res => {
this.$utils.downLoadFile(res, downloadTitle) 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