Przeglądaj źródła

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

master
张泽亮 1 rok temu
rodzic
commit
783e2009c4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/views/notice/winTheBiddingDetail.vue

+ 1
- 1
src/views/notice/winTheBiddingDetail.vue Wyświetl plik

@@ -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;


Ładowanie…
Anuluj
Zapisz