|
|
@@ -84,14 +84,15 @@ export default { |
|
|
|
this.$set(this.attestationDetail,'dealFailReason',this.selectDictLabel(res.data,response2.data.dealFailReason)) |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
let query = { |
|
|
|
tableName: 't_transaction_tender_win', |
|
|
|
bizPath: 'transaction', |
|
|
|
tableId:this.$route.query.id |
|
|
|
} |
|
|
|
attachmentQuery(query).then(response => { |
|
|
|
this.attachmentQueryList = response.rows; |
|
|
|
let query = { |
|
|
|
tableName: 't_transaction_tender_win', |
|
|
|
bizPath: 'transaction', |
|
|
|
tableId:this.$route.query.id, |
|
|
|
fileType:response.data.dealType == '1'? '1' : response.data.dealType == '3'? '3' : '2' |
|
|
|
} |
|
|
|
attachmentQuery(query).then(response => { |
|
|
|
this.attachmentQueryList = response.rows; |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|