Sfoglia il codice sorgente

2、失败 dealType =2 附件 不用显示,改成取不到的字典 0

master
张泽亮 1 anno fa
parent
commit
783e2009c4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/views/notice/winTheBiddingDetail.vue

+ 1
- 1
src/views/notice/winTheBiddingDetail.vue Vedi File

@@ -88,7 +88,7 @@ export default {
tableName: 't_transaction_tender_win',
bizPath: 'transaction',
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 => {
this.attachmentQueryList = response.rows;


Caricamento…
Annulla
Salva