|
@@ -88,7 +88,7 @@ export default { |
|
|
tableName: 't_transaction_tender_win', |
|
|
tableName: 't_transaction_tender_win', |
|
|
bizPath: 'transaction', |
|
|
bizPath: 'transaction', |
|
|
tableId:this.$route.query.id, |
|
|
tableId:this.$route.query.id, |
|
|
fileType:response.data.dealType == '1'? '1' : response.data.dealType == '3'? '3' : '2' |
|
|
|
|
|
|
|
|
fileType:response.data.dealType == '1'? '1' : response.data.dealType == '3'? '3' : '0' |
|
|
} |
|
|
} |
|
|
attachmentQuery(query).then(response => { |
|
|
attachmentQuery(query).then(response => { |
|
|
this.attachmentQueryList = response.rows; |
|
|
this.attachmentQueryList = response.rows; |
|
|