|
|
|
@ -1391,8 +1391,8 @@ export default { |
|
|
|
findCurrency(params).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
if (data.page.list.length === 1) { |
|
|
|
this.modalData1.currency = this.dataList[0].currency |
|
|
|
this.modalData1.currencyDesc = this.dataList[0].currencyDesc |
|
|
|
this.modalData1.currency = data.page.list[0].currency |
|
|
|
this.modalData1.currencyDesc = data.page.list[0].currencyDesc |
|
|
|
} else { |
|
|
|
this.modalData1.currencyDesc = '' |
|
|
|
} |
|
|
|
|