diff --git a/src/views/modules/fanuc/currency.vue b/src/views/modules/fanuc/currency.vue index 61fad3c..7f8ffa8 100644 --- a/src/views/modules/fanuc/currency.vue +++ b/src/views/modules/fanuc/currency.vue @@ -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 = '' }