| | |
| | | processDefinitionName: this.row.processDefinitionName || '', |
| | | taskName: this.row.taskName || '', |
| | | createTime: this.row.createTime || '', |
| | | startUserName: this.row.drawingNoEdition || '', |
| | | startUserName: this.row.startUserName || '', |
| | | drawingNoEdition: this.row.variables.drawingNoEdition || '', |
| | | craftEdition: this.row.variables.craftEdition || '', |
| | | machineCode: this.row.variables.machineCode || '', |
| | |
| | | type: 'warning', |
| | | }).then(() => { |
| | | console.log(this.selection) |
| | | if(this.selection == null || this.selection.length == 0){ |
| | | this.$message.error('请至少选择一条导出'); |
| | | return; |
| | | } |
| | | NProgress.start(); |
| | | exportBlobPost( |
| | | `/blade-mdm/program/exchange/export-dnc`, |