|  |  |  | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | handleDel(row) { | 
|---|
|  |  |  | this.$dialog.exportConfirm('确认删除吗?').then(() => { | 
|---|
|  |  |  | this.$dialog.deleteConfirm('确认删除吗?').then(() => { | 
|---|
|  |  |  | platformJobDel(row.id).then(res => { | 
|---|
|  |  |  | Message.success('删除成功') | 
|---|
|  |  |  | this.getList() | 
|---|
|  |  |  | 
|---|
|  |  |  | this.$dialog.exportConfirm('确认导出吗?') | 
|---|
|  |  |  | .then(() => { | 
|---|
|  |  |  | this.exLoading = true | 
|---|
|  |  |  | const { filters } = this | 
|---|
|  |  |  | platformJobExport({ | 
|---|
|  |  |  | page: this.pagination.page, | 
|---|
|  |  |  | capacity: 1000000, | 
|---|
|  |  |  | jobType: '0', | 
|---|
|  |  |  | model: this.filters | 
|---|
|  |  |  | model: { | 
|---|
|  |  |  | ...filters, | 
|---|
|  |  |  | jobType: '0', | 
|---|
|  |  |  | createDateStart: filters.selDate && filters.selDate.length > 0 ? filters.selDate[0] : null, | 
|---|
|  |  |  | createDateEnd: filters.selDate && filters.selDate.length > 0 ? filters.selDate[1] : null, | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | .then(response => { | 
|---|
|  |  |  | this.download(response) | 
|---|
|  |  |  | 
|---|
|  |  |  | this.pagination.page = 1 | 
|---|
|  |  |  | this.filters = { | 
|---|
|  |  |  | selDate: [], | 
|---|
|  |  |  | fastdate: 0 | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.changeRadio('0') | 
|---|
|  |  |  | this.getList() | 
|---|
|  |  |  | // this.changeRadio('0') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | handleDetail(row) { | 
|---|
|  |  |  | this.isShowDetail = true | 
|---|